mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🐛 The marketplace language does not change after switching the appearance language https://github.com/siyuan-note/siyuan/issues/12892
This commit is contained in:
parent
b599c87112
commit
e25e8042ba
2 changed files with 11 additions and 0 deletions
|
|
@ -722,4 +722,8 @@ func disallowDisplayBazaarPackage(pkg *Package) bool {
|
|||
|
||||
var packageCache = gcache.New(6*time.Hour, 30*time.Minute) // [repoURL]*Package
|
||||
|
||||
func CleanBazaarPackageCache() {
|
||||
packageCache.Flush()
|
||||
}
|
||||
|
||||
var packageInstallSizeCache = gcache.New(48*time.Hour, 6*time.Hour) // [repoURL]*int64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue