aboutsummaryrefslogtreecommitdiff
path: root/cache_index_commits_display.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache_index_commits_display.go')
-rw-r--r--cache_index_commits_display.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache_index_commits_display.go b/cache_index_commits_display.go
index 786c3d3..fc28cf1 100644
--- a/cache_index_commits_display.go
+++ b/cache_index_commits_display.go
@@ -8,6 +8,7 @@ import (
"go.lindenii.runxiyu.org/lindenii-common/clog"
)
+// The key is the commit ID raw hash.
var indexCommitsDisplayCache *ristretto.Cache[[]byte, []commitDisplay]
func init() {