lib/splash/constants.rb in prometheus-splash-0.8.0 vs lib/splash/constants.rb in prometheus-splash-0.8.1
- old
+ new
@@ -5,11 +5,11 @@
# Constants namespace
module Constants
# Current splash version
- VERSION = "0.8.0"
+ VERSION = "0.8.1"
# the path to th config file, not overridable by config
CONFIG_FILE = "/etc/splash.yml"
# the default execution trace_path if backend file
TRACE_PATH="/var/run/splash"
@@ -85,10 +85,10 @@
# the default sdtout trace file
WEBADMIN_STDOUT_TRACE="stdout.txt"
# the default sdterr trace file
WEBADMIN_STDERR_TRACE="stderr.txt"
- # default transfer retention for trace
- TRANSFER_DEFAULT_RETENTION=1
+ # default retention for trace
+ DEFAULT_RETENTION=1
end
end