Revert max check-ins to 4

This commit is contained in:
Simon Walton 2019-02-27 15:56:01 -08:00
parent fede8d0525
commit 59b9831c1d

View file

@ -35,7 +35,7 @@ const unsigned short DEFAULT_DOMAIN_SERVER_DTLS_PORT = 40103;
const quint16 DOMAIN_SERVER_HTTP_PORT = 40100;
const quint16 DOMAIN_SERVER_HTTPS_PORT = 40101;
const int MAX_SILENT_DOMAIN_SERVER_CHECK_INS = 10; // XXX
const int MAX_SILENT_DOMAIN_SERVER_CHECK_INS = 4;
class DomainHandler : public QObject {
Q_OBJECT