mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
emit ReceivedMessage progress signals more frequently for new timeout
This commit is contained in:
parent
c664c7192e
commit
ec5850b82b
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ void ReceivedMessage::appendPacket(NLPacket& packet) {
|
|||
"We should not be appending to a complete message");
|
||||
|
||||
// Limit progress signal to every X packets
|
||||
const int EMIT_PROGRESS_EVERY_X_PACKETS = 100;
|
||||
const int EMIT_PROGRESS_EVERY_X_PACKETS = 5;
|
||||
|
||||
++_numPackets;
|
||||
|
||||
|
|
Loading…
Reference in a new issue