Merge pull request #1456 from andwun/fix/too-low-default-poll-interval

Revert DEFAULT_REMOTE_POLL_INTERVAL back from 5 seconds to 30 seconds
This commit is contained in:
Michael Schuster 2019-10-19 03:48:39 +02:00 committed by GitHub
commit a9da2a2277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {