This commit is contained in:
M66B 2023-09-18 22:24:19 +02:00
parent 557296f437
commit f6aa97a964
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ public class Helper {
static final float LOW_LIGHT = 0.6f; static final float LOW_LIGHT = 0.6f;
static final int OPERATION_WORKERS = 3;
static final int WAKELOCK_MAX = 30 * 60 * 1000; // milliseconds static final int WAKELOCK_MAX = 30 * 60 * 1000; // milliseconds
static final int BUFFER_SIZE = 8192; // Same as in Files class static final int BUFFER_SIZE = 8192; // Same as in Files class
static final long MIN_REQUIRED_SPACE = 100 * 1000L * 1000L; static final long MIN_REQUIRED_SPACE = 100 * 1000L * 1000L;