[fix]首页面板数据缓存未更新

This commit is contained in:
PandaX
2023-11-21 08:46:35 +08:00
parent 1e2ee5bc6e
commit ec0457d7d3
3 changed files with 8 additions and 21 deletions

8
pkg/cache/panel.go vendored
View File

@@ -1,8 +0,0 @@
package cache
import (
"github.com/PandaXGO/PandaKit/cache"
"time"
)
var PanelCache = cache.NewTimedCache(cache.NoExpiration, 600*time.Second)