coreh / hookshot

Hookshot is a tiny library and companion CLI tool for handling GitHub post-receive hooks.
MIT License
145 stars 24 forks source link

Substantially raise the request entity size #8

Open konklone opened 9 years ago

konklone commented 9 years ago

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.