projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd9d756
)
updated default remote poll to 5 seconds #1115
author
shobha
<tyagishobha@gmailcom>
Sat, 4 May 2019 05:01:37 +0000
(10:31 +0530)
committer
shobha
<tyagishobha@gmail.com>
Fri, 10 May 2019 03:45:09 +0000
(09:15 +0530)
Signed-off-by: shobha <tyagishobha@gmail.com>
src/libsync/configfile.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/configfile.cpp
b/src/libsync/configfile.cpp
index a2881d4a8164441ae26b9aad7a51c8d6815c93d3..4a71dc9a982d4d7b085d3836c8ffe5d5ab557da3 100644
(file)
--- a/
src/libsync/configfile.cpp
+++ b/
src/libsync/configfile.cpp
@@
-37,7
+37,7
@@
#include <QNetworkProxy>
#include <QStandardPaths>
-#define DEFAULT_REMOTE_POLL_INTERVAL
30
000 // default remote poll time in milliseconds
+#define DEFAULT_REMOTE_POLL_INTERVAL
5
000 // default remote poll time in milliseconds
#define DEFAULT_MAX_LOG_LINES 20000
namespace OCC {