fixed race condition

This commit is contained in:
orignal 2014-10-04 16:27:21 -04:00
parent 9a617297f2
commit 9750fb73b5
2 changed files with 40 additions and 21 deletions

View file

@ -102,7 +102,7 @@ namespace data
{
try
{
I2NPMessage * msg = m_Queue.GetNextWithTimeout (10000); // 10 sec
I2NPMessage * msg = m_Queue.GetNextWithTimeout (30000); // 30 sec
if (msg)
{
while (msg)