From 76904fd3b6dd3970f2f730416ff19e533e2c05ec Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Mon, 17 Apr 2000 19:22:01 +0000 Subject: [PATCH] added new $SPONGSLEEP config variable with comments --- config/spong.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/spong.conf b/config/spong.conf index ea18b9a..c8701b7 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -2,7 +2,16 @@ # Generic SPONG settings, specifies where files are kept, etc... # --------------------------------------------------------------------------- -$SPONGSLEEP = 300; +$SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated + +# New config for specifying $SPONGSLEEP times, 'DEFAULT' value is used if not +# Overridden by program specific value. + +$SPONGSLEEP{'DEFAULT'} = 300; +# $SPONGSLEEP{'spong-network'} = 60; # Uncomment and change any of these +# $SPONGSLEEP{'spong-server'} = 120; # values to override the 'DEFAULT' +# $SPONGSLEEP{'spong-client'} = 300; # with the named program + $SPONGSERVER = "spong-server.aci.alltel.com"; $SPONGDB = "/usr/local/spong/www/database"; $SPONGTMP = "/usr/local/spong/www/tmp"; -- 2.30.2