khanat-opennel-code/code/ryzom/server/patchman_cfg/admin_install/patchman/patchman_service_base.cfg
2014-02-20 03:35:36 +01:00

17 lines
586 B
INI

//--------------------------------------------------------------------------------
// Stuff common to all patchman services
DontUseAES = 1;
DontUseTS = 1;
DontUseNS = 1;
UpdateAssertionThreadTimeout = 0;
//--------------------------------------------------------------------------------
// Common Filters
// where to save specific shard data (ie: player backup)
NegFiltersDebug = { "NET", "VERBOSE", "GUSREP" };
NegFiltersInfo = { "LNET" };
NegFiltersWarning = { "LNETL", "CT_LRC", "VAR:" };
FileReceiverDataBlockSize = 1000000;
FileReceiverMaxMessageCount = 10;