mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 15:42:34 +01:00
🎨 Improve the marketplace refresh timer https://github.com/siyuan-note/siyuan/issues/14685
This commit is contained in:
parent
9c970b1bdc
commit
85934230ac
4 changed files with 7 additions and 3 deletions
|
|
@ -58,3 +58,7 @@ func GetRhyResult(force bool) (map[string]interface{}, error) {
|
|||
rhyResultCacheTime = now
|
||||
return cachedRhyResult, nil
|
||||
}
|
||||
|
||||
func RefreshRhyResultJob() {
|
||||
GetRhyResult(true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue