mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 00:44:38 +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;
|
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) {
|
if (!_hasCompletedRestartHold && usecTimestampNow() - usecTimestamp(&startTime) > RESTART_HOLD_TIME_USECS) {
|
||||||
_hasCompletedRestartHold = true;
|
_hasCompletedRestartHold = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue