Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2021-12-20 12:06:38 +0300
committerHannah von Reth <vonreth@kde.org>2022-01-10 14:27:30 +0300
commit5472b258eee7089dfbf6547cdff43d101445b134 (patch)
treebc05243210d435b28c2b0b284a368834093b5399 /src/gui/folderman.cpp
parentb6f0ef8876af1d93195bdafe4f4d1f25c62ec99b (diff)
Use only 1s
Diffstat (limited to 'src/gui/folderman.cpp')
-rw-r--r--src/gui/folderman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp
index c040e4409..0172435de 100644
--- a/src/gui/folderman.cpp
+++ b/src/gui/folderman.cpp
@@ -817,7 +817,7 @@ void FolderMan::startScheduledSyncSoon()
return;
}
- seconds delay { 2s }; // Startup, if _lastSyncFolder is still empty.
+ seconds delay { 1s }; // Startup, if _lastSyncFolder is still empty.
seconds sinceLastSync;
// Require a pause based on the duration of the last sync run.