Fix default value for enable query limiter option

This commit is contained in:
Dmitry Novikov 2025-03-27 16:11:35 +07:00 committed by GitHub
parent 232c7ab1df
commit 5214d418ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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