authzed / api

Protocol Buffers & gRPC Services used by SpiceDB
https://authzed.com/docs
Apache License 2.0
16 stars 18 forks source link

Increase upper limit for ReadRelationships, LookupResources, and DeleteRelationships API #100

Closed ryaneorth closed 7 months ago

ryaneorth commented 7 months ago

Currently the API limits for these requests are set to 1,000 which can make deleting/reading millions of relationships take quite a long time. This PR increased the limit to 10,000. This limit should still protect the underlying datastore while allowing for more flexibility.

josephschorr commented 7 months ago

Closing in favor of https://github.com/authzed/api/pull/99