add session pool (#2922)

This commit is contained in:
LawyZheng
2025-07-10 21:36:12 +08:00
committed by GitHub
parent fe9d017e76
commit d09fe607c0

View File

@@ -1,7 +1,7 @@
from pydantic import BaseModel, Field
MIN_TIMEOUT = 5
MAX_TIMEOUT = 10080
MAX_TIMEOUT = 120
DEFAULT_TIMEOUT = 60