Confirm: Set the limit to 100MB

TODO: make this configurable
This commit is contained in:
Olivier Goffart 2015-06-11 15:54:39 +02:00
parent cc3543dbd2
commit 53f2468430

View file

@ -818,6 +818,8 @@ void Folder::startSync(const QStringList &pathList)
setDirtyNetworkLimits();
_engine->setNewSharedFolderSizeLimit(100 * 1000); // 100MB limit by default FIXME! do not hardcode
QMetaObject::invokeMethod(_engine.data(), "startSync", Qt::QueuedConnection);
// disable events until syncing is done