Lowered default think time to 20ms (bug 4733, r=psychonic).

This commit is contained in:
Asher Baker 2012-06-08 20:31:42 -04:00
parent 7e199b0c7c
commit b3d38bd4f1

View File

@ -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
{