change: wait 2s for feed cache update

This commit is contained in:
lilong.129
2023-08-19 23:44:00 +08:00
parent a4cb07a854
commit 27e4f29d85

View File

@@ -533,7 +533,7 @@ func getCurrentFeedVideo(plugin funplugin.IPlugin) (feedVideo *FeedVideo, err er
}
// FIXME: wait for cache update
time.Sleep(1000 * time.Millisecond)
time.Sleep(2000 * time.Millisecond)
resp, err := plugin.Call("GetCurrentFeedVideo")
if err != nil {