Added: monitor service cfg

This commit is contained in:
vl 2010-06-29 11:11:41 +02:00
parent c205315f72
commit 29df6ff0ce
2 changed files with 42 additions and 0 deletions

View file

@ -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;

View file

@ -0,0 +1 @@
#include "common.cfg"