- changes to threaded logging so when things get very busy the thread dumps log entries more quickly

This commit is contained in:
Mark Vejvoda
2010-12-25 23:49:24 +00:00
parent b006e72b53
commit 2234928a35
2 changed files with 12 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ protected:
time_t lastSaveToDisk;
void saveToDisk();
bool checkSaveCurrentLogBufferToDisk();
public:
LogFileThread();