mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
lowered thread think time from 500ms to 200ms
This commit is contained in:
parent
a86b1c5097
commit
4aafcc50a0
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include "BaseWorker.h"
|
#include "BaseWorker.h"
|
||||||
|
|
||||||
#define DEFAULT_THINK_TIME_MS 500
|
#define DEFAULT_THINK_TIME_MS 200
|
||||||
|
|
||||||
class ThreadWorker : public BaseWorker, public IThread
|
class ThreadWorker : public BaseWorker, public IThread
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user