ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
(Generate patch)

Comparing projects/cms/source/server/build/etc/system.conf (file contents):
Revision 1.38 by tdb, Fri Mar 16 05:28:00 2001 UTC vs.
Revision 1.40 by tdb, Fri Mar 16 15:15:27 2001 UTC

# Line 37 | Line 37 | ConfigurationProxy.updateTime=60
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   ############################################################
# Line 295 | Line 298 | WebFeeder.latestActive = true
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines