--- projects/cms/source/server/build/etc/default.properties 2001/01/15 03:33:43 1.3 +++ projects/cms/source/server/build/etc/default.properties 2001/02/23 18:19:30 1.5 @@ -2,7 +2,7 @@ # be used as defaults by the I-Scream CORE # # $Author: ajm $ -# $Id: default.properties,v 1.3 2001/01/15 03:33:43 ajm Exp $ +# $Id: default.properties,v 1.5 2001/02/23 18:19:30 ajm Exp $ # These properties are REQUIRED by the system to tell it @@ -31,6 +31,10 @@ uk.ac.ukc.iscream.Verbosity= 5 uk.ac.ukc.iscream.ConfigurationLocation=./etc uk.ac.ukc.iscream.SystemConfigurationFile=system.conf +# The time in seconds that the system should wait before +# trying again to start it. +uk.ac.ukc.iscream.ComponentTimeout=5 + # Currently unused, but will allow the # user to select what logger they use # Please choose the Logger class that you wish to use @@ -71,4 +75,4 @@ uk.ac.ukc.iscream.LoggerClass.SimpleGUILogger.maxMessa # # Thus a typical order is: # Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager -uk.ac.ukc.iscream.ComponentList=Core;ClientInterface;RootFilter;Filter;FilterManager +uk.ac.ukc.iscream.ComponentList=Core;DBInterface;ClientInterface;RootFilter;Filter;FilterManager