mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-03 03:01:40 +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
|
// special case flag to disable flushing settings to disk at shutdown. Avoids the jvm shutdown
|
||||||
// hook overwriting the settings we just uploaded
|
// hook overwriting the settings we just uploaded
|
||||||
private boolean flushOnShutdown = true;
|
private boolean flushOnShutdown = true;
|
||||||
private boolean allowWriteTask = false;
|
private boolean allowWriteTask = true;
|
||||||
|
|
||||||
enum ConfigSaveStrategy {
|
enum ConfigSaveStrategy {
|
||||||
SQL,
|
SQL,
|
||||||
|
|||||||
Reference in New Issue
Block a user