mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
tweak debugging
This commit is contained in:
parent
9a63fa7550
commit
75f079e2b3
1 changed files with 1 additions and 1 deletions
|
@ -956,7 +956,7 @@ void OctreeServer::readPendingDatagrams() {
|
|||
}
|
||||
}
|
||||
quint64 endReadAvailable = usecTimestampNow();
|
||||
if (endReadAvailable - startReadAvailable > 1000) {
|
||||
if (endReadAvailable - startReadAvailable > 500000) {
|
||||
qDebug() << "OctreeServer::readPendingDatagrams(): while(readAvailable) took" << (endReadAvailable - startReadAvailable) << "usecs"
|
||||
<< " readDataGrams=" << readDataGrams
|
||||
<< " nodeListPackets=" << nodeListPackets
|
||||
|
|
Loading…
Reference in a new issue