hello, I am from Chile, with the virus covid the mohaa and community is alive again, we have servers mounted on a vps with debian 9, we use the mohaax anticheat (http://www.mohaax.com), and every day servers crash random, i download the complete folder from here and check step by step all but me diagnosis is the problem with many packets or query from mohaax + players using rcon, after activate logs i check all crash server finish in the same line, clientkick from mohaax... i have 3 public servers without mohaax and no ppl using rcon... never crash...
I would like to know how I can enable more queries in mohaa or in linux?
maybe it's another minor mistake but i can't figure out what it can be

I leave you my cfg, command line and server crash log

CFG.
// Server Name
// Name that will appear on the server browser
seta sv_hostname "Mohaa.CL | SERVER NAME"

// Private Clients
// Clients that require a password to join
seta sv_privateclients 0




// Password
// Allows you to seta a password for the server
seta g_password "ladder1"
seta g_needpass 1
seta password "ladder1"
seta sv_privatepassword "ladder2"

// RCON Capability
// Leave blank to disable rcon.
seta rconpassword "rcon"


seta sv_chatter "1"
seta sv_precache "1"
seta g_respawnInvulnerability "0"
seta g_respawnInterval "5"
seta cheats "0"
seta sv_maxPing "0"
seta sv_minPing "0"
seta sv_maxRate "25000"
seta sv_fps "20"
seta sv_reconnectlimit "3"
seta g_maxGameClients "0"
seta g_minGameClients "0"
seta sv_zombietime "11"
seta g_allowjointime "5"
seta sv_timeout "200"
seta g_inactiveSpectate "0"
seta g_inactiveKick "0"
seta sv_kicknade "0"
seta g_allowvote "0"
seta sv_allowDownload "0"
seta sV_stopspeed "100"
seta sv_allowAnonymous "0"
seta g_doWarmup "0"
seta g_warmup "20"
seta sv_floodProtect "1"
seta sv_flood_waitdelay "10"
seta sv_flood_persecond "4"
seta sv_flood_msgs "4"
seta net_noipx "1"
seta g_teamdamage "1"
seta g_teamForceBalance "0"
seta g_teamAutoJoin "0"
seta g_synchronousclients "0"
seta g_adaptrespawn "0"
seta g_smoothClients "1"
seta sv_padPackets "0"
seta sv_gamespy "1"
seta g_forceready "1"
seta g_forcerespawn "30"
seta sv_antiwh "0" //Bone Prediction
seta sv_recoilemulation "0" // Turns off recoil emulation
seta sv_stufftextdetection "0" // Turns off buggy stufftext
seta sv_filterchat "0" // Doesn't filter chat
seta sv_antistwh "0" // Turns off anti-shoot through wall protection (it's a bit laggy)
seta sv_kickping "0" // Turns off autokick ping
seta sv_kickbadcmd "1" // kicks players for trying to crash your servers
seta sv_banning "0" // reads IP from text file
seta sv_sounddistance 800
seta sv_info WWW.MOHAA.CL
// Movement


seta g_logSync "1"
seta sv_crouchmult "1"

seta dmflags "0" // 8 (no falling damage) 16 (fixed FOV) 32 (no footsteps)

//Game Limits
seta fraglimit "0"
seta timelimit "11"
seta roundlimit "3"


//----------------
//#### THE FOLLOWING KICKS THE SERVER INTO GEAR ####
//----------------

seta sv_maplist ""
seta g_ft_setatings "meltgun: on melttime: 20 frozenmsg: loc bodycodes meltmsg: loc bodycodes"
seta g_mef_setatings "meltgun: on"

exec alias_vale.cfg

COMAND LINE

screen -S 12230 ./mohaa_lnxded +set dedicated 1 +set ui_console 1 +set net_IP 131.221.32.78 +set net_port 12230 +set g_gametype 4 +set g_extgametype obj +set fs_outputpath "/root/LOGS/" +set logfilename "12230.log" +set logfile 2 + set developer 2 +sv_maxclients 14 +map obj/stlo +exec 12230.cfg

LOG ERROR
https://gofile.io/?c=wD31yt

thx if any can help me!