зеркало из https://github.com/nextcloud/desktop.git
Ignore another sqlite journal tmp name that shows up on win32.
This commit is contained in:
Родитель
4b42743a2a
Коммит
a743f804f5
|
@ -136,6 +136,7 @@ void FolderWatcherPrivate::slotINotifyEvent(int mask, int /*cookie*/, const QStr
|
|||
|
||||
if( path.endsWith(".csync_journal.db.ctmp") ||
|
||||
path.endsWith(".csync_journal.db.ctmp-journal") ||
|
||||
path.endsWith(".csync_journal.db-journal") ||
|
||||
path.endsWith(".csync_journal.db")) {
|
||||
qDebug() << " ** Inotify ignored for " <<path;
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче