From 4a1f6d77db9e8bf458c909c4c4cd571e5be4ef2a Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Wed, 29 Dec 1999 04:29:11 +0000 Subject: [PATCH] Added $STATUS_HISTORY field and comments for Status History feature. --- config/spong.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/spong.conf b/config/spong.conf index 1aa588d..6943387 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -10,6 +10,10 @@ $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; + $WWWGIFS = "/spong/gifs"; $WWWHTML = "/usr/local/spong/www/html"; $WWWSPONG = "http://spong-server.aci.alltel.com/cgi-bin/www-spong"; -- 2.30.2