mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-18 11:42:47 +00:00
Restore backup observer period
This commit is contained in:
parent
69b52498a2
commit
4b6fc07b06
@ -84,7 +84,7 @@ void BackupObserver::backgroundThread()
|
|||||||
{
|
{
|
||||||
int normalPeriod = 60*Preferences::instance().general.dataRecoveryPeriod();
|
int normalPeriod = 60*Preferences::instance().general.dataRecoveryPeriod();
|
||||||
int lockedPeriod = 10;
|
int lockedPeriod = 10;
|
||||||
#if 1 // Just for testing purposes
|
#if 0 // Just for testing purposes
|
||||||
normalPeriod = 5;
|
normalPeriod = 5;
|
||||||
lockedPeriod = 5;
|
lockedPeriod = 5;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user