50 |
|
# The removal algorithm |
51 |
|
Queue.RemoveAlgorithm=FIRST |
52 |
|
|
53 |
+ |
# the time (in seconds) at which the XMLCache's contents |
54 |
+ |
# will be rotated. in real terms, this means the minimum |
55 |
+ |
# age at which an XMLPacket can be before it is deleted |
56 |
+ |
# from the cache. |
57 |
+ |
XMLCache.cleanupPeriod=30 |
58 |
|
|
59 |
|
############################################################ |
60 |
|
#### FilterManager configuration |
104 |
|
# (comment or set to 0 to disable) |
105 |
|
Filter.EnforceHostAuth=1 |
106 |
|
|
107 |
+ |
# Length of keys to use in authentication |
108 |
+ |
Filter.KeyLength=15 |
109 |
|
|
110 |
|
|
111 |
+ |
|
112 |
|
############################################################ |
113 |
|
#### Root filter interfaces configuration |
114 |
|
############################################################ |
116 |
|
# Comment either of these (or delete them) and |
117 |
|
# that interface won't be started |
118 |
|
RootFilter.realtimeInterfaceName=realtimeclients |
119 |
< |
RootFilter.dbInterfaceName=database |
119 |
> |
#RootFilter.dbInterfaceName=database |
120 |
|
|
121 |
|
|
122 |
|
|
202 |
|
# Memory monitor threshold values |
203 |
|
Monitor.Memory.threshold.LOWER=80 |
204 |
|
Monitor.Memory.threshold.UPPER=90 |
205 |
+ |
# Whether to include 'cache' in the 'free' value |
206 |
+ |
# (1 is true, anything else is false) |
207 |
+ |
Monitor.Memory.useCacheAsFree=1 |
208 |
|
|
209 |
|
|
210 |
|
# Swap monitor threshold values |