When executing `zed permission check .. --explain`...
# spicedb
j
When executing
zed permission check .. --explain
I get time (e.g.
33.72625ms
) 2 times, and on third one I get
(cached)
. Running it more times I sometimes get back time and sometimes cached. This is running against idle spicedb (no other reads or writes) in local docker container. Why are not all subsequent responses after the first one cached?
2 Views