mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +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
|
||||
// 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) {
|
||||
qDebug() << "At least" << MAX_SILENT_DOMAIN_SERVER_CHECK_INS << "have been queued without a response from domain-server"
|
||||
<< "Stopping the current assignment";
|
||||
setFinished(true);
|
||||
} else {
|
||||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
|
|
Loading…
Reference in a new issue