2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-28 15:45:46 +03:00

Back to default limit of ipfilter.

Closes #537
This commit is contained in:
s1lent 2017-12-11 17:29:42 +07:00
parent 9594150810
commit 170df2ab49
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -30,13 +30,8 @@
#include "userid.h" #include "userid.h"
#ifdef REHLDS_FIXES
const int MAX_IPFILTERS = 4096;
const int MAX_USERFILTERS = 4096;
#else
const int MAX_IPFILTERS = 32768; const int MAX_IPFILTERS = 32768;
const int MAX_USERFILTERS = 32768; const int MAX_USERFILTERS = 32768;
#endif // REHLDS_FIXES
typedef struct ipfilter_s typedef struct ipfilter_s
{ {