Fixed scheduled defaults

Signed-off-by: Florian JUDITH <florian.judith.b@gmail.com>
This commit is contained in:
Florian JUDITH
2023-11-29 22:29:06 -05:00
parent 8a6d4e617e
commit 60ee2448d0
+2 -2
View File
@@ -87,7 +87,7 @@ You can define how often and when the scheduler should run the audits:
lighthouse:
schedule:
frequency:
hours: 12 # Default: days 1
hours: 12 # Default: 1 day
timeout:
minutes: 30 # Default: null
minutes: 30 # Default: 10 minutes
```