mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: Set plugin schema cache TTL to 1h (#31708)
This commit is contained in:
@ -245,7 +245,7 @@ class PluginConfig(BaseSettings):
|
||||
|
||||
PLUGIN_MODEL_SCHEMA_CACHE_TTL: PositiveInt = Field(
|
||||
description="TTL in seconds for caching plugin model schemas in Redis",
|
||||
default=24 * 60 * 60,
|
||||
default=60 * 60,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user