From: Stephen L Johnson Date: Mon, 6 Mar 2000 00:57:17 +0000 (+0000) Subject: added $SPONG_SERVER_ALARM variable for Spong connection alarm X-Git-Tag: spong-2_7-alpha5~54 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe99b2c3e2483ec08cc5a703e19ff21d52af2a83;p=spong.git added $SPONG_SERVER_ALARM variable for Spong connection alarm --- diff --git a/config/spong.conf b/config/spong.conf index f8a8534..4acfeca 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -17,6 +17,9 @@ $STATUS_HISTORY = 1; $SPONG_LOG_FILE = 1; # Log output to log file for spong-program in $SPONGTMP $SPONG_LOG_SYSLOG = 0; # Log output to syslog +$SPONG_SERVER_ALARM = 10; # Timeout for spong-server connection in seconds + # Set to 0 to disable + $WWWGIFS = "/spong/gifs"; $WWWHTML = "/usr/local/spong/www/html"; $WWWSPONG = "http://spong-server.aci.alltel.com/cgi-bin/www-spong";