utils/cache_gc: more lint fixes
I can't see any real benefit of floating-point in the amount_tofree computation; we could use round(), but it doesn't seem significant.
Please register or sign in to comment
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
I can't see any real benefit of floating-point in the amount_tofree computation; we could use round(), but it doesn't seem significant.