From 3482a5f893855cbd1aa255a7745b8260e431ec1c Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Fri, 18 Aug 2023 07:54:24 +0200 Subject: [PATCH] Change addon settings to prevent abuse --- src/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.yaml b/src/config.yaml index acf499f..93303d2 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -29,7 +29,7 @@ options: averageSpeedDivider: 1 averageFuelConsumptionMultiplier: 1 schema: - updateInterval: int(10,) + updateInterval: int(60,) babelLocale: str TZ: str debug: bool