From c28510eec22561ddf4d0377dc049da6772bc1636 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Fri, 18 Feb 2000 20:36:35 +0000 Subject: [PATCH] added spong-server $SPONG_SERVER_ALARM parameter for client connection alarms --- config/spong.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/spong.conf b/config/spong.conf index 6943387..28105b1 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -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"; -- 2.30.2