mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:27:48 +02:00
Revert max check-ins to 4
This commit is contained in:
parent
fede8d0525
commit
59b9831c1d
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_HTTP_PORT = 40100;
|
||||||
const quint16 DOMAIN_SERVER_HTTPS_PORT = 40101;
|
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 {
|
class DomainHandler : public QObject {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue