mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-04 12:49:28 -04:00
disabled part of msg re-sending code in order to improve it later
This commit is contained in:
parent
a540ffd9a2
commit
fe02167ad7
1 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue