engine: client: max fragment size test retries increased to 3

This commit is contained in:
SNMetamorph 2022-12-04 13:16:43 +04:00 committed by Alibek Omarov
parent c34ce2d9e1
commit a19270a0dc
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ GNU General Public License for more details.
#define MAX_CMD_BUFFER 8000
#define CONNECTION_PROBLEM_TIME 15.0 // 15 seconds
#define CL_CONNECTION_RETRIES 10
#define CL_TEST_RETRIES_NORESPONCE 2
#define CL_TEST_RETRIES_NORESPONCE 3
#define CL_TEST_RETRIES 5
CVAR_DEFINE_AUTO( mp_decals, "300", FCVAR_ARCHIVE, "decals limit in multiplayer" );