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

Signed-off-by: Andreas Wunderlich <code@andwun.me>
This commit is contained in:
Andreas Wunderlich 2019-09-29 00:42:24 +02:00
parent 58349fae02
commit f293dbfeeb

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 {