feat: 提升并发容量默认配置
This commit is contained in:
@@ -59,9 +59,9 @@ class Settings(BaseSettings):
|
||||
|
||||
default_daily_chat_limit: int = 100
|
||||
default_user_name_prefix: str = "用户"
|
||||
chat_max_active_requests: int = 2
|
||||
chat_max_queue_size: int = 20
|
||||
chat_queue_timeout_seconds: int = 60
|
||||
chat_max_active_requests: int = 30
|
||||
chat_max_queue_size: int = 90
|
||||
chat_queue_timeout_seconds: int = 90
|
||||
chat_active_lease_seconds: int = 900
|
||||
periodic_report_worker_enabled: bool = True
|
||||
periodic_report_poll_seconds: int = 5
|
||||
|
||||
Reference in New Issue
Block a user