zxcvb
08/10/2023, 1:45 PMLookupResources
rpc error: code = InvalidArgument desc = invalid LookupResourcesRequest.OptionalLimit: value must be inside range [0, 1000].
Is there any way to increase the Limit settting in SpiceDB server beyond 1000?ecordell
08/10/2023, 1:54 PMoptional_cursor with the value you got from the previous response.
Currently the max optional_limit value is hardcoded and validated at the rpc layer; there's not a flag to bump the it up in spicedb.ecordell
08/10/2023, 1:56 PMzxcvb
08/10/2023, 4:18 PM