You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
887 B
INI
36 lines
887 B
INI
15 years ago
|
// Use with commandline: mirror_service -C. -L. --nobreak --writepid
|
||
|
|
||
15 years ago
|
#include "mirror_service_default.cfg"
|
||
15 years ago
|
|
||
15 years ago
|
// ---- config local variables
|
||
15 years ago
|
|
||
15 years ago
|
// ---- service NeL variables (used by ConfigFile class)
|
||
15 years ago
|
|
||
15 years ago
|
AESAliasName= "ms";
|
||
15 years ago
|
|
||
15 years ago
|
GraphVars += { "UserSpeedLoop", "60000" };
|
||
|
GraphVars += { "L5CallbackCount", "60000" };
|
||
|
GraphVars += { "L5CallbackTime", "60000" };
|
||
15 years ago
|
|
||
15 years ago
|
Paths = {
|
||
|
".",
|
||
|
"../common/data_common",
|
||
|
"../common/data_leveldesign",
|
||
15 years ago
|
};
|
||
|
|
||
15 years ago
|
// ---- service NeL variables (used by CVariable class)
|
||
15 years ago
|
|
||
15 years ago
|
// ---- service custom variables (used by ConfigFile class)
|
||
15 years ago
|
|
||
15 years ago
|
// Mirror limits
|
||
|
DatasetSizefe_temp = 600000;
|
||
|
DatasetSizefame = 26000;
|
||
15 years ago
|
|
||
|
// MS Packet size limit in bytes, PER DATASET (warning: depending on the weights, limits per property may be very small)
|
||
|
MaxOutBandwidth = 100000000;
|
||
|
|
||
15 years ago
|
// ---- service custom variables (used by CVariable class)
|
||
15 years ago
|
|
||
|
// Disable ryzom verbose logging
|
||
|
VerboseMIRROR = 0;
|