Added: monitor service cfg
parent
1e1e0c45ae
commit
fa1ec407e8
@ -0,0 +1,41 @@
|
||||
// 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;
|
@ -0,0 +1 @@
|
||||
#include "common.cfg"
|
Loading…
Reference in New Issue