From 188374f60cf8ccd41bd86734e25bc3bfcab0e901 Mon Sep 17 00:00:00 2001 From: shobha Date: Sat, 4 May 2019 10:31:37 +0530 Subject: [PATCH] updated default remote poll to 5 seconds #1115 Signed-off-by: shobha --- src/libsync/configfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/configfile.cpp b/src/libsync/configfile.cpp index a2881d4a8..4a71dc9a9 100644 --- a/src/libsync/configfile.cpp +++ b/src/libsync/configfile.cpp @@ -37,7 +37,7 @@ #include #include -#define DEFAULT_REMOTE_POLL_INTERVAL 30000 // default remote poll time in milliseconds +#define DEFAULT_REMOTE_POLL_INTERVAL 5000 // default remote poll time in milliseconds #define DEFAULT_MAX_LOG_LINES 20000 namespace OCC { -- 2.30.2