From d7c60d578cd622b08435263b17c0e00fac906b32 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sun, 15 Jun 2025 23:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4S3=E5=AD=98=E5=82=A8=E7=9A=84?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E9=97=B4=E9=9A=94=E6=97=B6=E9=97=B4=EF=BC=8C?= =?UTF-8?q?=E4=BB=8E=E6=AF=8F6=E5=B0=8F=E6=97=B6=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=AF=8F24=E5=B0=8F=E6=97=B6=EF=BC=8C=E4=BB=A5=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=B8=8E=E5=85=B6=E4=BB=96=E6=95=B0=E6=8D=AE=E6=BA=90?= =?UTF-8?q?=E7=9A=84=E5=88=B7=E6=96=B0=E7=AD=96=E7=95=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/preloader.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/preloader.go b/service/preloader.go index cfd2962..86f489b 100644 --- a/service/preloader.go +++ b/service/preloader.go @@ -300,7 +300,7 @@ func (p *Preloader) shouldPeriodicRefresh(dataSource *model.DataSource) bool { case "lankong": refreshInterval = 24 * time.Hour // 兰空图床每24小时刷新一次 case "s3": - refreshInterval = 6 * time.Hour // S3存储每6小时刷新一次 + refreshInterval = 24 * time.Hour // S3存储每24小时刷新一次 default: return false }