mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-25 15:47:49 +08:00
chore: disable redis client-side caching by default (#19524)
This commit is contained in:
parent
f3522a282c
commit
31d143de11
2
api/configs/middleware/cache/redis_config.py
vendored
2
api/configs/middleware/cache/redis_config.py
vendored
@ -91,5 +91,5 @@ class RedisConfig(BaseSettings):
|
|||||||
|
|
||||||
REDIS_ENABLE_CLIENT_SIDE_CACHE: bool = Field(
|
REDIS_ENABLE_CLIENT_SIDE_CACHE: bool = Field(
|
||||||
description="Enable client side cache in redis",
|
description="Enable client side cache in redis",
|
||||||
default=True,
|
default=False,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user