37 |
|
|
38 |
|
# The time interval at which the Queue's should be monitored |
39 |
|
Queue.MonitorInterval=15 |
40 |
+ |
# The upper limit for a Queue |
41 |
+ |
Queue.SizeLimit=1000 |
42 |
+ |
# The removal algorithm |
43 |
+ |
Queue.RemoveAlgorithm=FIRST |
44 |
|
|
45 |
|
|
42 |
– |
|
46 |
|
############################################################ |
47 |
|
#### FilterManager configuration |
48 |
|
############################################################ |
298 |
|
WebFeeder.alertActive = true |
299 |
|
|
300 |
|
# Check period in seconds (for cleaning stale/old alerts) |
301 |
< |
WebFeeder.checkPeriod = 1800 |
301 |
> |
WebFeeder.checkPeriod = 900 |
302 |
|
|
303 |
|
# Delete alerts older than this, in seconds. |
304 |
|
# Files are only check every WebFeeder.checkPeriod seconds. |
305 |
< |
WebFeeder.alertDeleteOlderThan = 3600 |
305 |
> |
WebFeeder.alertDeleteOlderThan = 1800 |
306 |
|
|
307 |
|
# Root Path |
308 |
|
WebFeeder.rootPath = /usr/local/proj/co600_10/webroot |