Fixed the debugging option that saved logs after every 10th sync.

Changed that a more manageable 1000 syncs.
This commit is contained in:
Juan Carlos Cornejo 2011-11-08 18:13:13 -05:00 committed by Klaas Freitag
parent a4da328368
commit 856d257adc

View file

@ -505,7 +505,7 @@ void SyncWindow::processNextStep()
} else {
mBusy = false;
}
if(mTotalSyncs%10 == 0 ) {
if(mTotalSyncs%1000 == 0 ) {
saveLogs();
}
}