mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
revert debugging change
This commit is contained in:
parent
84fda1e652
commit
ec64bef951
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "OctreePersistThread.h"
|
||||
|
||||
const int OctreePersistThread::DEFAULT_PERSIST_INTERVAL = 1000 * 30; // every 30 seconds
|
||||
const int OctreePersistThread::DEFAULT_BACKUP_INTERVAL = 1000 * 60 * 1; // 30; // every 30 minutes
|
||||
const int OctreePersistThread::DEFAULT_BACKUP_INTERVAL = 1000 * 60 * 30; // every 30 minutes
|
||||
const QString OctreePersistThread::DEFAULT_BACKUP_EXTENSION_FORMAT(".backup.%N");
|
||||
const int OctreePersistThread::DEFAULT_MAX_BACKUP_VERSIONS = 5;
|
||||
|
||||
|
|
Loading…
Reference in a new issue