1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-05-08 11:34:08 +02:00

Revert default remote poll interval back from 5 seconds to 30 seconds

Signed-off-by: Andreas Wunderlich <code@andwun.me>
(cherry picked from commit f293dbfeeb)
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Andreas Wunderlich 2019-09-29 00:42:24 +02:00 committed by Michael Schuster
parent f2bc25c9ca
commit 6f273bf7dd
No known key found for this signature in database
GPG Key ID: 00819E3BF4177B28

View File

@ -43,7 +43,7 @@
#include <QOperatingSystemVersion>
#endif
#define DEFAULT_REMOTE_POLL_INTERVAL 5000 // default remote poll time in milliseconds
#define DEFAULT_REMOTE_POLL_INTERVAL 30000 // default remote poll time in milliseconds
#define DEFAULT_MAX_LOG_LINES 20000
namespace OCC {