]> git.etc.gen.nz Git - spong.git/commitdiff
added spong-server $SPONG_SERVER_ALARM parameter for client connection alarms
authorStephen L Johnson <sjohnson@monsters.org>
Fri, 18 Feb 2000 20:36:35 +0000 (20:36 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Fri, 18 Feb 2000 20:36:35 +0000 (20:36 +0000)
config/spong.conf

index 694338734c5a32368e87c19917bec914217b9ddd..28105b14bcd35857023a792cc1c0665ae9e1eea4 100755 (executable)
@@ -10,9 +10,8 @@ $SPONG_UPDATE_PORT    = 1998;
 $SPONG_QUERY_PORT     = 1999;
 $SPONG_BB_UPDATE_PORT = 1984;
 
-# Keep status updates which cause generate an event (i.e. change of status)
-#  (Note: This option generate large amounts of data. Use with caution.)
-$STATUS_HISTORY  = 1;
+$SPONG_SERVER_ALARM   = 10;  # Timeout for spong-server connect in seconds
+                             # Set to 0 to disable
 
 $WWWGIFS     = "/spong/gifs";
 $WWWHTML     = "/usr/local/spong/www/html";