boost the default maxdrate, for slightly faster downloads.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3816 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
eda3ab4e6f
commit
4264bb8d48
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ cvar_t sv_reportheartbeats = CVAR("sv_reportheartbeats", "1");
|
|||
cvar_t sv_highchars = CVAR("sv_highchars", "1");
|
||||
cvar_t sv_loadentfiles = CVAR("sv_loadentfiles", "1");
|
||||
cvar_t sv_maxrate = CVAR("sv_maxrate", "10000");
|
||||
cvar_t sv_maxdrate = CVARAF("sv_maxdrate", "10000",
|
||||
cvar_t sv_maxdrate = CVARAF("sv_maxdrate", "100000",
|
||||
"sv_maxdownloadrate", 0);
|
||||
cvar_t sv_minping = CVARF("sv_minping", "0", CVAR_SERVERINFO);
|
||||
|
||||
|
|
Loading…
Reference in a new issue