]> git.etc.gen.nz Git - spong.git/commitdiff
added new $SPONGSLEEP config variable with comments
authorStephen L Johnson <sjohnson@monsters.org>
Mon, 17 Apr 2000 19:22:01 +0000 (19:22 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Mon, 17 Apr 2000 19:22:01 +0000 (19:22 +0000)
config/spong.conf

index ea18b9a34d89820c6b2c03fb4401315f90f7d117..c8701b7abde46d9b0950bc3978106254abd65747 100755 (executable)
@@ -2,7 +2,16 @@
 # Generic SPONG settings, specifies where files are kept, etc...
 # ---------------------------------------------------------------------------
 
-$SPONGSLEEP          = 300;
+$SPONGSLEEP           = 300;     # Sleep time between check cycles. Depreciated
+
+# New config for specifying $SPONGSLEEP times, 'DEFAULT' value is used if not
+# Overridden by program specific value.
+
+$SPONGSLEEP{'DEFAULT'} = 300;
+# $SPONGSLEEP{'spong-network'} = 60;   # Uncomment and change any of these 
+# $SPONGSLEEP{'spong-server'}  = 120;  # values to override the 'DEFAULT'
+# $SPONGSLEEP{'spong-client'}  = 300;  # with the named program
+
 $SPONGSERVER         = "spong-server.aci.alltel.com";
 $SPONGDB             = "/usr/local/spong/www/database";
 $SPONGTMP            = "/usr/local/spong/www/tmp";