From: Stephen L Johnson Date: Fri, 18 Feb 2000 20:36:35 +0000 (+0000) Subject: added spong-server $SPONG_SERVER_ALARM parameter for client connection alarms X-Git-Tag: spong-2_6e~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c28510eec22561ddf4d0377dc049da6772bc1636;p=spong.git added spong-server $SPONG_SERVER_ALARM parameter for client connection alarms --- 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";