mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-04 10:14:00 +08:00
fex: 1、app_extend 找不到修复
2、.env默认地址配置,外网需要自行配置 3、1.11.4同步部分提交 # Conflicts: # api/core/app/apps/advanced_chat/app_generator.py # api/core/app/apps/base_app_runner.py # api/core/app/apps/workflow/app_generator.py # api/services/feature_service.py # web/pnpm-lock.yaml
This commit is contained in:
@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
RETRY_TIMES_OF_ONE_PLUGIN_IN_ONE_TENANT = 3
|
||||
CACHE_REDIS_KEY_PREFIX = "plugin_autoupgrade_check_task:cached_plugin_manifests:"
|
||||
CACHE_REDIS_TTL = 60 * 15 # 15 minutes
|
||||
CACHE_REDIS_TTL = 60 * 60 # 1 hour
|
||||
|
||||
|
||||
def _get_redis_cache_key(plugin_id: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user