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:
thunder2 2012-03-20 21:05:59 +00:00
parent d869b51fe5
commit d765721e83
4 changed files with 31 additions and 26 deletions

View file

@ -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