Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(v2client): updates limits for list secrets and routes (#270)
The existing limits for list secrets and static routes was set to 10 which is quite low. This leads to increased number of calls to the apiserver. This commit increases the limit to 50, reducing the number of calls required to fetch all the items.
- Loading branch information