mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing mChanged=false that caused remote directories to save far too often
This commit is contained in:
parent
c968490b43
commit
ed8d78660f
@ -738,6 +738,7 @@ void RemoteDirectoryStorage::checkSave()
|
||||
{
|
||||
save(mFileName);
|
||||
mLastSavedTime = now ;
|
||||
mChanged = false ;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user