From 77ffdb4362108cee91347da59fa802a435425865 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Tue, 12 Aug 2025 14:31:16 +0200 Subject: [PATCH] feat(config): update JigglerConfig default config to adhere to UI better --- config.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.go b/config.go index 8ad7dad..46f83e6 100644 --- a/config.go +++ b/config.go @@ -118,10 +118,11 @@ var defaultConfig = &Config{ DisplayMaxBrightness: 64, DisplayDimAfterSec: 120, // 2 minutes DisplayOffAfterSec: 1800, // 30 minutes + // This is the "Standard" jiggler option in the UI JigglerConfig: &JigglerConfig{ - InactivityLimitSeconds: 20, - JitterPercentage: 0, - ScheduleCronTab: "*/20 * * * * *", + InactivityLimitSeconds: 60, + JitterPercentage: 25, + ScheduleCronTab: "0 * * * * *", }, TLSMode: "", UsbConfig: &usbgadget.Config{