max flush interval

This commit is contained in:
orignal 2024-08-20 21:21:28 -04:00
parent 02c52f59cb
commit bd98f2c3ee

View File

@ -314,7 +314,7 @@ namespace datagram
m_LastUse > m_LastFlush + DATAGRAM_MAX_FLUSH_INTERVAL)
{
FlushSendQueue();
m_LastFlush = ts;
m_LastFlush = m_LastUse;
}
}