Skip to content

Commit

Permalink
Remove the ZedToken cache from the query engine
Browse files Browse the repository at this point in the history
This commit removes the ZedToken cache from the query engine since
we're not using it anymore.

Signed-off-by: John Schaeffer <[email protected]>
  • Loading branch information
jnschaeffer committed May 15, 2024
1 parent 4df0e78 commit b1b7c7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/query/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ type engine struct {
logger *zap.SugaredLogger
namespace string
client *authzed.Client
zedTokenCache *expirable.LRU[string, string]
store storage.Storage
schema []types.ResourceType
schemaPrefixMap map[string]types.ResourceType
Expand Down

0 comments on commit b1b7c7b

Please sign in to comment.