From d64b731cb14ad9701972288987a93add43f1016f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Ha=C3=9Fel?= Date: Fri, 12 Apr 2024 13:09:43 +0200 Subject: [PATCH] DIRTY_WRITE_DELAY = 30 sec --- lib/patrix/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/patrix/config.cpp b/lib/patrix/config.cpp index 0961577..903bef8 100644 --- a/lib/patrix/config.cpp +++ b/lib/patrix/config.cpp @@ -4,7 +4,7 @@ #include #include -#define DIRTY_WRITE_DELAY (10 * 1000) +#define DIRTY_WRITE_DELAY (30 * 1000) JsonDocument config;