emit ReceivedMessage progress signals more frequently for new timeout

This commit is contained in:
Stephen Birarda 2016-10-10 17:59:01 -07:00
parent c664c7192e
commit ec5850b82b

View file

@ -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;