mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 05:45:36 +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"
|
||||
|
||||
#define DEFAULT_THINK_TIME_MS 500
|
||||
#define DEFAULT_THINK_TIME_MS 200
|
||||
|
||||
class ThreadWorker : public BaseWorker, public IThread
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user