Skip to content

Commit 971fcee

Browse files
Remove references to 'refreshInterval'
Signed-off-by: Chris Cummer <[email protected]>
1 parent 4638946 commit 971fcee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_sample_configs/bargraph_config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ wtf:
1818
left: 0
1919
height: 2
2020
width: 2
21-
refreshInterval: 30
22-
updateInterval: 15
21+
refreshInterval: 30

cfg/default_config_file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const defaultConfigFile = `wtf:
5858
left: 1
5959
width: 2
6060
height: 1
61-
updateInterval: 14400
61+
refreshInterval: 14400
6262
ipinfo:
6363
colors:
6464
name: "lightblue"

0 commit comments

Comments
 (0)