Default disable auto optimize

This commit is contained in:
M66B
2020-02-22 21:40:57 +01:00
parent 4bb1c0360b
commit 35ae9a38f7
2 changed files with 2 additions and 2 deletions

View File

@@ -829,7 +829,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
if (now - start > STILL_THERE_THRESHOLD)
return;
boolean auto_optimize = prefs.getBoolean("auto_optimize", true);
boolean auto_optimize = prefs.getBoolean("auto_optimize", false);
if (!auto_optimize)
return;