mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 03:06:20 +02:00
Max domain check-ins was 5, not 4, dammit
This commit is contained in:
parent
17c0e40347
commit
db8bd661ce
1 changed files with 1 additions and 1 deletions
|
@ -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 = 4;
|
||||
const int MAX_SILENT_DOMAIN_SERVER_CHECK_INS = 5;
|
||||
|
||||
class DomainHandler : public QObject {
|
||||
Q_OBJECT
|
||||
|
|
Loading…
Reference in a new issue