mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 14:53:00 +02:00
add a debug line to track down HQ issue
This commit is contained in:
parent
f3acb53835
commit
b548567744
1 changed files with 2 additions and 0 deletions
|
@ -554,6 +554,8 @@ int DomainServer::run() {
|
|||
|
||||
const uint64_t RESTART_HOLD_TIME_USECS = 5 * 1000 * 1000;
|
||||
|
||||
qDebug("%d - %llu\n", _hasCompletedRestartHold, usecTimestampNow() - usecTimestamp(&startTime));
|
||||
|
||||
if (!_hasCompletedRestartHold && usecTimestampNow() - usecTimestamp(&startTime) > RESTART_HOLD_TIME_USECS) {
|
||||
_hasCompletedRestartHold = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue