added ifdef for comments on GxsTrans

This commit is contained in:
csoler 2017-06-17 23:02:28 +02:00
parent eb4bb5be65
commit 12a45294a3
2 changed files with 93 additions and 7 deletions

View file

@ -101,7 +101,7 @@ public:
mIngoingMutex("p3GxsTrans ingoing queue map mutex"),
mPerUserStatsMutex("p3GxsTrans user stats mutex")
{
mLastMsgCleanup = time(NULL) - 60; // to be changed into 0
mLastMsgCleanup = time(NULL) - MAX_DELAY_BETWEEN_CLEANUPS + 30; // always check 30 secs after start
mCleanupThread = NULL ;
}