mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 12:24:29 +02:00
add debug for DDOS AC drop
This commit is contained in:
parent
5551a05261
commit
c91f8c7685
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ void ThreadedAssignment::checkInWithDomainServerOrExit() {
|
||||||
// verify that the number of queued check-ins is not >= our max
|
// verify that the number of queued check-ins is not >= our max
|
||||||
// the number of queued check-ins is cleared anytime we get a response from the domain-server
|
// the number of queued check-ins is cleared anytime we get a response from the domain-server
|
||||||
if (_numQueuedCheckIns >= MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
|
if (_numQueuedCheckIns >= MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
|
||||||
|
qDebug() << "At least" << MAX_SILENT_DOMAIN_SERVER_CHECK_INS << "have been queued without a response from domain-server"
|
||||||
|
<< "Stopping the current assignment";
|
||||||
setFinished(true);
|
setFinished(true);
|
||||||
} else {
|
} else {
|
||||||
auto nodeList = DependencyManager::get<NodeList>();
|
auto nodeList = DependencyManager::get<NodeList>();
|
||||||
|
|
Loading…
Reference in a new issue