Lowered default think time to 20ms (bug 4733, r=psychonic).
This commit is contained in:
parent
c275bcdb96
commit
9e20e01ee4
@ -34,7 +34,7 @@
|
||||
|
||||
#include "BaseWorker.h"
|
||||
|
||||
#define DEFAULT_THINK_TIME_MS 50
|
||||
#define DEFAULT_THINK_TIME_MS 20
|
||||
|
||||
class ThreadWorker : public BaseWorker, public IThread
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user