From 238cb96c12deabf8ea5904a76dc5d00c69aba834 Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Sat, 4 Oct 2025 06:58:51 +0000 Subject: [PATCH] refactor(settings): remove unused user_cache_concurrent_limit field --- app/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/config.py b/app/config.py index 2eb55cd..27ce437 100644 --- a/app/config.py +++ b/app/config.py @@ -539,12 +539,6 @@ STORAGE_SETTINGS='{ "缓存设置", "用户缓存", ] - user_cache_concurrent_limit: Annotated[ - int, - Field(default=10, description="并发缓存用户的限制"), - "缓存设置", - "用户缓存", - ] # 资源代理设置 enable_asset_proxy: Annotated[