mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
39 lines
922 B
INI
39 lines
922 B
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", "60000" };
|
||
|
GraphVars += { "L5CallbackCount", "60000" };
|
||
|
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;
|