refactor: 移除图片保存相关逻辑,直接更新任务状态为完成
This commit is contained in:
@@ -72,13 +72,6 @@ script:
|
||||
app:
|
||||
base-url: "https://2.uzi0.cc" # 生产环境需要配置为实际域名
|
||||
# base-url: "http://localhost:18080" # 本地测试环境
|
||||
image-save-path: "./images" # 图片保存路径
|
||||
|
||||
link:
|
||||
expire-hours: 2
|
||||
|
||||
# 图片保存配置
|
||||
image:
|
||||
save-interval-minutes: 3 # 进行中任务图片保存间隔(分钟)
|
||||
max-concurrent-downloads: 3 # 最大并发下载数
|
||||
download-timeout-seconds: 15 # 下载超时时间(秒)
|
||||
|
||||
Reference in New Issue
Block a user