diff options
| author | Andreas Grois <andi@grois.info> | 2021-04-22 21:53:26 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-04-22 21:53:26 +0200 |
| commit | e49bce0cc47f26573b830ff62233530d25c46377 (patch) | |
| tree | b2d05c6be4bfd8c4291c3e20049282b5f0168783 /testconfig | |
| parent | a660b6e5dd1d53bdbe9bdc5239665a647a2e2080 (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-- | testconfig | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -7,12 +7,6 @@ Plugin = "ClockPlugin" [Element.Config] Format = "%+" -[[Element]] -Plugin = "ClockPlugin" - -[Element.Config] -Format = "%+" - [Element.Config.RefreshRate] Synchronization = "UTCSynchronized" -PerThirtyMinutes = 3600 +PerThirtyMinutes = 1800 |
