mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Modified some defaults:
- set auto check of shared directories to 15 minutes - set time to idle mode to 5 minutes Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5041 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d869b51fe5
commit
d765721e83
4 changed files with 31 additions and 26 deletions
|
@ -55,7 +55,7 @@ FileIndexMonitor::FileIndexMonitor(CacheStrapper *cs, NotifyBase *cb_in,std::str
|
|||
mForceCheck(false), mInCheck(false),cb(cb_in), hashCache(config_dir+"/" + "file_cache.lst"),useHashCache(true)
|
||||
|
||||
{
|
||||
updatePeriod = 60;
|
||||
updatePeriod = 15 * 60; // 15 minutes
|
||||
}
|
||||
|
||||
bool FileIndexMonitor::autoCheckEnabled() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue