Skip to content

Commit

Permalink
feat(img.pool): add rkey cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 28, 2024
1 parent 8e379d6 commit 4676020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion img/pool/rkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "time"

const rkeykey = "__latest_rkey__"

var rs *rkeystorage
var rs rkeystorage

func init() {
var err error
Expand Down

0 comments on commit 4676020

Please sign in to comment.