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