mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
Don't back up sqlite db if it hasn't changed to prevent constant thrashing on inactive controllers.
This commit is contained in:
@ -121,6 +121,7 @@ private:
|
||||
Node *_node;
|
||||
Thread _backupThread;
|
||||
volatile bool _backupThreadRun;
|
||||
volatile bool _backupNeeded;
|
||||
std::string _dbPath;
|
||||
std::string _circuitTestPath;
|
||||
std::string _instanceId;
|
||||
|
Reference in New Issue
Block a user