From 0eda5d72cd9fef6d427a3baf3d391fbb5bc9eb18 Mon Sep 17 00:00:00 2001 From: kanade Date: Tue, 25 Apr 2023 10:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/setting/opensearch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/setting/opensearch.go b/supply/setting/opensearch.go index 43b1f19..45b4138 100644 --- a/supply/setting/opensearch.go +++ b/supply/setting/opensearch.go @@ -54,7 +54,7 @@ type ReplyOpensearchRefreshProgress struct { Total int `json:"total"` Updated int `json:"updated"` StartTimeInMillis int64 `json:"startTimeInMillis"` - RunningTimeInNanos int `json:"runningTimeInNanos"` + RunningTimeInNanos int64 `json:"runningTimeInNanos"` } // RefreshProgress @Title 刷新进度