aboutsummaryrefslogtreecommitdiff
path: root/testconfig
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-04-22 21:53:26 +0200
committerAndreas Grois <andi@grois.info>2021-04-22 21:53:26 +0200
commite49bce0cc47f26573b830ff62233530d25c46377 (patch)
treeb2d05c6be4bfd8c4291c3e20049282b5f0168783 /testconfig
parenta660b6e5dd1d53bdbe9bdc5239665a647a2e2080 (diff)
Reduce data type in clock to u64.
This still gives us more than 8000 years of range, and uses a tiny bit less CPU time.
Diffstat (limited to 'testconfig')
-rw-r--r--testconfig8
1 files changed, 1 insertions, 7 deletions
diff --git a/testconfig b/testconfig
index b4880c1..3e0768b 100644
--- a/testconfig
+++ b/testconfig
@@ -7,12 +7,6 @@ Plugin = "ClockPlugin"
[Element.Config]
Format = "%+"
-[[Element]]
-Plugin = "ClockPlugin"
-
-[Element.Config]
-Format = "%+"
-
[Element.Config.RefreshRate]
Synchronization = "UTCSynchronized"
-PerThirtyMinutes = 3600
+PerThirtyMinutes = 1800