mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-01 11:21:25 -05:00
disabled part of msg re-sending code in order to improve it later
This commit is contained in:
parent
a540ffd9a2
commit
fe02167ad7
@ -368,11 +368,11 @@ int p3MsgService::checkOutgoingMessages()
|
|||||||
if(!(mit->second->msgFlags & RS_MSG_FLAGS_ROUTED))
|
if(!(mit->second->msgFlags & RS_MSG_FLAGS_ROUTED))
|
||||||
should_send = true ;
|
should_send = true ;
|
||||||
|
|
||||||
if(mit->second->sendTime + OLD_MESSAGE_FLUSHING_DELAY < now)
|
// if(mit->second->sendTime + OLD_MESSAGE_FLUSHING_DELAY < now)
|
||||||
{
|
//{
|
||||||
should_send = true ;
|
// should_send = true ;
|
||||||
mit->second->sendTime = now;
|
// mit->second->sendTime = now;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
if(should_send)
|
if(should_send)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user