khanat-opennel-code/code/ryzom/server/mirror_service.cfg

36 lines
887 B
INI
Raw Normal View History

2010-05-06 00:08:41 +00:00
// Use with commandline: mirror_service -C. -L. --nobreak --writepid
2010-05-20 08:27:57 +00:00
#include "mirror_service_default.cfg"
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- config local variables
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by ConfigFile class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
AESAliasName= "ms";
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
GraphVars += { "UserSpeedLoop", "60000" };
GraphVars += { "L5CallbackCount", "60000" };
GraphVars += { "L5CallbackTime", "60000" };
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
Paths = {
".",
"../common/data_common",
"../common/data_leveldesign",
2010-05-06 00:08:41 +00:00
};
2010-05-20 08:27:57 +00:00
// ---- service NeL variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// ---- service custom variables (used by ConfigFile class)
2010-05-06 00:08:41 +00:00
2010-05-20 08:27:57 +00:00
// Mirror limits
DatasetSizefe_temp = 600000;
DatasetSizefame = 26000;
2010-05-06 00:08:41 +00:00
// MS Packet size limit in bytes, PER DATASET (warning: depending on the weights, limits per property may be very small)
MaxOutBandwidth = 100000000;
2010-05-20 08:27:57 +00:00
// ---- service custom variables (used by CVariable class)
2010-05-06 00:08:41 +00:00
// Disable ryzom verbose logging
VerboseMIRROR = 0;