From e49bce0cc47f26573b830ff62233530d25c46377 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Thu, 22 Apr 2021 21:53:26 +0200 Subject: 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. --- testconfig | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'testconfig') 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 -- cgit v1.2.3