lowered thread think time from 500ms to 200ms

This commit is contained in:
David Anderson 2007-10-22 22:21:20 +00:00
parent a86b1c5097
commit 4aafcc50a0

View File

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