summaryrefslogtreecommitdiff
path: root/src/database/env_esp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/env_esp.cpp')
-rw-r--r--src/database/env_esp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/env_esp.cpp b/src/database/env_esp.cpp
index 45129a36..363421a7 100644
--- a/src/database/env_esp.cpp
+++ b/src/database/env_esp.cpp
@@ -465,7 +465,7 @@ void EspEnv::Schedule(
if (!started_background_thread_) {
started_background_thread_ = true;
xTaskCreate(reinterpret_cast<TaskFunction_t>(BackgroundThreadEntryPoint),
- "LVL_ONEOFF", 2048, reinterpret_cast<void*>(this), 3, NULL);
+ "LVL_ONEOFF", 16 * 1024, reinterpret_cast<void*>(this), 3, NULL);
}
BackgroundWorkItem item(background_work_function, background_work_arg);