mirror of
https://github.com/rehlds/reunion.git
synced 2025-04-09 18:50:01 +03:00
Fix default value for enable query limiter option
This commit is contained in:
parent
232c7ab1df
commit
5214d418ae
@ -138,6 +138,7 @@ CReunionConfig* CReunionConfig::createDefault()
|
||||
cfg->m_bFixBuggedQuery = true;
|
||||
|
||||
cfg->m_HLTVExceptIP = 0;
|
||||
cfg->m_bEnableQueryLimiter = true;
|
||||
cfg->m_queriesBanLevel = 400;
|
||||
cfg->m_floodBanTime = QUERY_FLOOD_DEFAULT_BANTIME;
|
||||
cfg->m_allowSplitPackets = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user