You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per #399, Hound instances with a lot of repositories can cause requests to become too large. While changing the verb from GET to POST might be a potential solution, it also means losing the implications that come with a GET request (i.e. that the request can be safely replayed).
A potential fix would be to allow repos to be selected via a regex instead of a list. I think this would need to be a separate request parameter entirely.
The text was updated successfully, but these errors were encountered:
As per #399, Hound instances with a lot of repositories can cause requests to become too large. While changing the verb from
GET
toPOST
might be a potential solution, it also means losing the implications that come with a GET request (i.e. that the request can be safely replayed).A potential fix would be to allow repos to be selected via a regex instead of a list. I think this would need to be a separate request parameter entirely.
The text was updated successfully, but these errors were encountered: