feat(config): update JigglerConfig default config to adhere to UI better

This commit is contained in:
Adam Shiervani 2025-08-12 14:31:16 +02:00
parent af07dc4997
commit 77ffdb4362
1 changed files with 4 additions and 3 deletions

View File

@ -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{