mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
41 lines
1 KiB
INI
41 lines
1 KiB
INI
// Use with commandline: monitor_service -C. -L. --nobreak --writepid
|
|
|
|
#include "monitor_service_default.cfg"
|
|
|
|
#include "used_continents.cfg"
|
|
|
|
// ---- config local variables
|
|
|
|
// ---- service NeL variables (used by ConfigFile class)
|
|
|
|
AESAliasName= "mos";
|
|
|
|
GraphVars += { "UserSpeedLoop", "0" };
|
|
GraphVars += { "UserSpeedLoop", "60000" };
|
|
GraphVars += { "L5CallbackCount", "0" };
|
|
GraphVars += { "L5CallbackCount", "60000" };
|
|
GraphVars += { "L5CallbackTime", "0" };
|
|
GraphVars += { "L5CallbackTime", "60000" };
|
|
|
|
Paths = {
|
|
".",
|
|
"../common/data_common",
|
|
"../common/data_leveldesign",
|
|
};
|
|
|
|
// ---- service NeL variables (used by CVariable class)
|
|
|
|
// ---- service custom variables (used by ConfigFile class)
|
|
|
|
// Mirror limits
|
|
DatasetSizefe_temp = 600000;
|
|
DatasetSizefame = 26000;
|
|
|
|
// MS Packet size limit in bytes, PER DATASET (warning: depending on the weights, limits per property may be very small)
|
|
MaxOutBandwidth = 100000000;
|
|
|
|
|
|
// ---- service custom variables (used by CVariable class)
|
|
|
|
// Disable ryzom verbose logging
|
|
VerboseMIRROR = 0;
|