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.71 by tdb, Mon Feb 24 20:18:45 2003 UTC vs.
Revision 1.73 by tdb, Fri Feb 28 15:19:09 2003 UTC

# Line 73 | Line 73 | ConfigurationProxy.updateTime=60
73   # The internal Queue's can be monitored. This specifies
74   # the interval, in seconds, at which their state should
75   # be monitored.
76 < Queue.MonitorInterval=15
76 > Queue.MonitorInterval=300
77   # The maximum size a Queue can be before items are
78   # dropped when new ones arrive.
79   Queue.SizeLimit=1000
# Line 211 | Line 211 | DBInterface.name=database
211   Host.filter=filter1;
212  
213   # Hosts send data every UDPUpdateTime, in seconds.
214 < Host.UDPUpdateTime=10
214 > Host.UDPUpdateTime=60
215 >
216 > # How long a hosts config is valid for (a TTL effectively)
217 > # after this time, in seconds, has passed a host should
218 > # consider it's configuration invalid and check for a new
219 > # configuration as soon as it can.
220 > Host.ConfigTTL=3600
221  
222   # We can run service checks on a host. The java package
223   # which contains them is specified here.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines