Navigation Menu

Skip to content

Commit

Permalink
Increase default MaxLoadFileSize to 100MB
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmitti committed May 5, 2019
1 parent f11200e commit 99fc38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/C4Config.cpp
Expand Up @@ -175,7 +175,7 @@ void C4ConfigNetwork::CompileFunc(StdCompiler *pComp)
pComp->Value(mkNamingAdapt(ControlMode, "ControlMode", 0, false, true));
pComp->Value(mkNamingAdapt(LocalName, "LocalName", "Unknown", false, true));
pComp->Value(mkNamingAdapt(Nick, "Nick", "", false, true));
pComp->Value(mkNamingAdapt(MaxLoadFileSize, "MaxLoadFileSize", 5 * 1024 * 1024, false, true));
pComp->Value(mkNamingAdapt(MaxLoadFileSize, "MaxLoadFileSize", 100 * 1024 * 1024, false, true));

pComp->Value(mkNamingAdapt(MasterServerSignUp, "MasterServerSignUp", true, false, true));
pComp->Value(mkNamingAdapt(MasterReferencePeriod, "MasterReferencePeriod", 120, false, true));
Expand Down

0 comments on commit 99fc38b

Please sign in to comment.