Fix SQL modules threading system.

This commit is contained in:
HttrckCldHKS
2015-02-17 16:04:42 +02:00
parent af6c6850ec
commit 3fc438ffd1
7 changed files with 19 additions and 11 deletions

View File

@ -12,7 +12,7 @@
#include "BaseWorker.h"
#define DEFAULT_THINK_TIME_MS 200
#define DEFAULT_THINK_TIME_MS 25
class ThreadWorker : public BaseWorker, public IThread
{