check for reply

This commit is contained in:
yanyongyu
2020-08-28 11:54:21 +08:00
parent 43bd9d0a96
commit def5caedbc
5 changed files with 40 additions and 9 deletions

View File

@ -174,10 +174,10 @@ class Config(BaseConfig):
API_ROOT={"123456": "http://127.0.0.1:5700"}
"""
api_timeout: Optional[float] = 60.
api_timeout: Optional[float] = 30.
"""
- 类型: ``Optional[float]``
- 默认值: ``60.``
- 默认值: ``30.``
- 说明:
API 请求超时时间,单位: 秒。
"""