|
|
@@ -236,8 +236,7 @@ void Folder::evaluateSync(const QStringList &/*pathList*/)
|
|
|
|
|
|
void Folder::slotPollTimerTimeout()
|
|
|
{
|
|
|
- qDebug() << "* Polling" << alias() << "for changes. Ignoring all pending events until now (time since next sync:" << (_timeSinceLastSync.elapsed() / 1000) << "s)";
|
|
|
- _watcher->clearPendingEvents();
|
|
|
+ qDebug() << "* Polling" << alias() << "for changes. (time since next sync:" << (_timeSinceLastSync.elapsed() / 1000) << "s)";
|
|
|
|
|
|
if (quint64(_timeSinceLastSync.elapsed()) > MirallConfigFile().forceSyncInterval()) {
|
|
|
qDebug() << "* Force Sync now";
|