From 3ce97b21e8efe2432f3b4fcbd494c4b9560341fb Mon Sep 17 00:00:00 2001 From: Josef Gustafsson Date: Mon, 28 Sep 2015 14:35:02 +0200 Subject: changing log timestamps to UTC --- monitor/monitor_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor/monitor_conf.py') diff --git a/monitor/monitor_conf.py b/monitor/monitor_conf.py index 5b935b3..61df927 100644 --- a/monitor/monitor_conf.py +++ b/monitor/monitor_conf.py @@ -1,7 +1,7 @@ # All configuration for the CT monitor is done from this file! # interval (in seconds) between updates -INTERVAL = 120 +INTERVAL = 60 # Directories for various output files OUTPUT_DIR = "output/" -- cgit v1.1