chore: use memory state by default

This commit is contained in:
kevin.zhang 2024-04-10 10:58:31 +08:00
parent 3d45348662
commit a880b2b45b

View File

@ -130,7 +130,7 @@
material_directory = "" material_directory = ""
# Used for state management of the task # Used for state management of the task
enable_redis = true enable_redis = false
redis_host = "localhost" redis_host = "localhost"
redis_port = 6379 redis_port = 6379
redis_db = 0 redis_db = 0