Skip to content

Commit

Permalink
string to []byte, by type index
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Jun 20, 2023
1 parent 8602052 commit 406bfda
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 91 deletions.
2 changes: 1 addition & 1 deletion pkg/storage/utils/decomposedfs/decomposedfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type Decomposedfs struct {
cache cache.StatCache

UserCache *ttlcache.Cache
spaceIDCache mtimesyncedcache.Cache[string, map[string]string]
spaceIDCache mtimesyncedcache.Cache[string, map[string][]byte]
}

// NewDefault returns an instance with default components
Expand Down
Loading

0 comments on commit 406bfda

Please sign in to comment.