--- projects/cms/source/server/build/etc/system.conf 2001/03/16 05:54:23 1.39 +++ projects/cms/source/server/build/etc/system.conf 2001/03/16 15:15:27 1.40 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.39 2001/03/16 05:54:23 tdb Exp $ +# $Id: system.conf,v 1.40 2001/03/16 15:15:27 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -37,7 +37,10 @@ ConfigurationProxy.updateTime=60 # The time interval at which the Queue's should be monitored Queue.MonitorInterval=15 - +# The upper limit for a Queue +Queue.SizeLimit=1000 +# The removal algorithm +Queue.RemoveAlgorithm=FIRST ############################################################