mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
updated default remote poll to 5 seconds #1115
Signed-off-by: shobha <tyagishobha@gmail.com>
This commit is contained in:
parent
fd9d7563c2
commit
188374f60c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue