From 971fcee8db23059b55900bbc532fd2237cd35024 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sun, 11 Apr 2021 19:25:02 -0700 Subject: [PATCH] Remove references to 'refreshInterval' Signed-off-by: Chris Cummer --- _sample_configs/bargraph_config.yml | 3 +-- cfg/default_config_file.go | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_sample_configs/bargraph_config.yml b/_sample_configs/bargraph_config.yml index 7577049f..2f760b03 100644 --- a/_sample_configs/bargraph_config.yml +++ b/_sample_configs/bargraph_config.yml @@ -18,5 +18,4 @@ wtf: left: 0 height: 2 width: 2 - refreshInterval: 30 - updateInterval: 15 + refreshInterval: 30 \ No newline at end of file diff --git a/cfg/default_config_file.go b/cfg/default_config_file.go index 742563e1..c3a26681 100644 --- a/cfg/default_config_file.go +++ b/cfg/default_config_file.go @@ -58,7 +58,7 @@ const defaultConfigFile = `wtf: left: 1 width: 2 height: 1 - updateInterval: 14400 + refreshInterval: 14400 ipinfo: colors: name: "lightblue"