mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[fix]首页面板数据缓存未更新
This commit is contained in:
8
pkg/cache/panel.go
vendored
8
pkg/cache/panel.go
vendored
@@ -1,8 +0,0 @@
|
||||
package cache
|
||||
|
||||
import (
|
||||
"github.com/PandaXGO/PandaKit/cache"
|
||||
"time"
|
||||
)
|
||||
|
||||
var PanelCache = cache.NewTimedCache(cache.NoExpiration, 600*time.Second)
|
||||
Reference in New Issue
Block a user