Merge pull request #21647 from testruction/master

[Lighthouse] Aligned default values in README
This commit is contained in:
Fredrik Adelöw
2023-11-30 07:39:21 +01:00
committed by GitHub
+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
```