mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
站点独立设置超时时间
This commit is contained in:
@@ -34,6 +34,8 @@ class Site(BaseModel):
|
||||
public: Optional[int] = 0
|
||||
# 备注
|
||||
note: Optional[str] = None
|
||||
# 超时时间
|
||||
timeout: Optional[int] = 0
|
||||
# 流控单位周期
|
||||
limit_interval: Optional[int] = None
|
||||
# 流控次数
|
||||
|
||||
Reference in New Issue
Block a user