mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 18:39:18 +02:00
fix comment
This commit is contained in:
parent
6173a4d2a7
commit
8622f2d548
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ void DomainServer::readAvailableDatagrams() {
|
||||||
// construct the requested assignment from the packet data
|
// construct the requested assignment from the packet data
|
||||||
Assignment requestAssignment(receivedPacket);
|
Assignment requestAssignment(receivedPacket);
|
||||||
|
|
||||||
// Suppress these for Assignment::AgentType to 1 per second...
|
// Suppress these for Assignment::AgentType to once per 5 seconds
|
||||||
static quint64 lastNoisyMessage = usecTimestampNow();
|
static quint64 lastNoisyMessage = usecTimestampNow();
|
||||||
quint64 timeNow = usecTimestampNow();
|
quint64 timeNow = usecTimestampNow();
|
||||||
const quint64 NOISY_TIME_ELAPSED = 5 * USECS_PER_SECOND;
|
const quint64 NOISY_TIME_ELAPSED = 5 * USECS_PER_SECOND;
|
||||||
|
|
Loading…
Reference in a new issue