mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Re-set config save default state to true (#1489)
Previously, no config updates were ever saved out. At all. Oops.
This commit is contained in:
@@ -54,7 +54,7 @@ public class ConfigManager {
|
||||
// special case flag to disable flushing settings to disk at shutdown. Avoids the jvm shutdown
|
||||
// hook overwriting the settings we just uploaded
|
||||
private boolean flushOnShutdown = true;
|
||||
private boolean allowWriteTask = false;
|
||||
private boolean allowWriteTask = true;
|
||||
|
||||
enum ConfigSaveStrategy {
|
||||
SQL,
|
||||
|
||||
Reference in New Issue
Block a user