We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4150df0 commit d7c60d5Copy full SHA for d7c60d5
service/preloader.go
@@ -300,7 +300,7 @@ func (p *Preloader) shouldPeriodicRefresh(dataSource *model.DataSource) bool {
300
case "lankong":
301
refreshInterval = 24 * time.Hour // 兰空图床每24小时刷新一次
302
case "s3":
303
- refreshInterval = 6 * time.Hour // S3存储每6小时刷新一次
+ refreshInterval = 24 * time.Hour // S3存储每24小时刷新一次
304
default:
305
return false
306
}
0 commit comments