better readability for MIN_FREE_DISK_SPACE

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4948 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 17 years ago
parent 54a73b58cf
commit ac85c52bae

@ -49,7 +49,7 @@ import de.anomic.tools.diskUsage;
public final class resourceObserver {
// The minimal free space on every used volume, for now set to 100 MB.
// TODO make it configurable
private final static long MIN_FREE_DISK_SPACE = 104857600L;
private final static long MIN_FREE_DISK_SPACE = 100L /* MiB */ * 1024L * 1024L;
// Unknown for now
private final static long MIN_FREE_MEMORY = 0;
// We are called with the cleanup job every five minutes;

Loading…
Cancel
Save