Restore backup observer period

This commit is contained in:
David Capello 2016-11-07 17:04:33 -03:00
parent 69b52498a2
commit 4b6fc07b06

View File

@ -84,7 +84,7 @@ void BackupObserver::backgroundThread()
{
int normalPeriod = 60*Preferences::instance().general.dataRecoveryPeriod();
int lockedPeriod = 10;
#if 1 // Just for testing purposes
#if 0 // Just for testing purposes
normalPeriod = 5;
lockedPeriod = 5;
#endif