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
I got a Error: request entity too large error on a push with a few hundred files. GitHub payloads can be large when you're doing large merges and PRs. I think Hookshot's maximum should be larger than the defaults. Ideally, it'd be easy to pass a flag into hookshot to raise the maximum beyond Hookshot's defaults, too.
The text was updated successfully, but these errors were encountered:
I got a
Error: request entity too large
error on a push with a few hundred files. GitHub payloads can be large when you're doing large merges and PRs. I think Hookshot's maximum should be larger than the defaults. Ideally, it'd be easy to pass a flag into hookshot to raise the maximum beyond Hookshot's defaults, too.The text was updated successfully, but these errors were encountered: