# 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";