]> git.etc.gen.nz Git - spong.git/commitdiff
added $SPONG_SERVER_ALARM variable for Spong connection alarm
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 6 Mar 2000 00:57:17 +0000 (00:57 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 6 Mar 2000 00:57:17 +0000 (00:57 +0000)
config/spong.conf

index f8a85349b5509abdecf18e594dc2dacb18434681..4acfeca65119ca48f78a838f50b1db3715023822 100755 (executable)
@@ -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";