From a880b2b45b48b7a8fdf13d73a4c70ec3ab2efd38 Mon Sep 17 00:00:00 2001 From: "kevin.zhang" Date: Wed, 10 Apr 2024 10:58:31 +0800 Subject: [PATCH] chore: use memory state by default --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 14efeb8..048e4c0 100644 --- a/config.example.toml +++ b/config.example.toml @@ -130,7 +130,7 @@ material_directory = "" # Used for state management of the task - enable_redis = true + enable_redis = false redis_host = "localhost" redis_port = 6379 redis_db = 0