Got Steam And Hlsw Quit Working?
Lightning_Blue
Sunny Domination Join Date: 2002-12-11 Member: 10647Members, Constellation, Reinforced - Silver
<div class="IPBDescription">Look here!</div> Got a steam server and now HLSW times out randomly?
Add the following to your server.cfg:
max_queries_sec "-1"
max_queries_sec_global "-1"
max_queries_window "-1"
Enjoy <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
Add the following to your server.cfg:
max_queries_sec "-1"
max_queries_sec_global "-1"
max_queries_window "-1"
Enjoy <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
Comments
Instead use these settings (they work for me):
max_queries_sec "10"
max_queries_sec_global "10"
max_queries_window "10"
While your at it, you should also add:
sv_rcon_minfailures 15
sv_rcon_minfailuretime 60
sv_rcon_maxfailures 20
sv_rcon_banpenalty 1
Bans malicious users from trying to guess your rcon password. After x number of tries they are banned.
and
hpk_maxsize "0.5"
Makes the custom spray a maximum of 500 kb and deletes it. When it gets too large it can slow down server.