updated default remote poll to 5 seconds #1115

Signed-off-by: shobha <tyagishobha@gmail.com>
This commit is contained in:
shobha 2019-05-04 10:31:37 +05:30 committed by shobha
parent fd9d7563c2
commit 188374f60c

View file

@ -37,7 +37,7 @@
#include <QNetworkProxy>
#include <QStandardPaths>
#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 {