amb1797 - reduced query staggering time from 500ms to 50ms

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402364
This commit is contained in:
David Anderson 2008-07-06 00:51:05 +00:00
parent 0e1ae4d85b
commit 2df2b791d8

View File

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