As noted in #14, the default 100KB payload limit was exceeded by a webhook fired for 18F/govt-wide-patternlibrary#54. Combined with 5d2ee1ec4899e8f4ff0e0f54bb16ac745df6d144 from 18F/hookshot (see coreh/hookshot#12), this change will allow us to pass options through to the bodyParser.json() middleware to increase the limit.
I've currently installed 18F/hookshot on our server using:
I've also updated the running instance of this server to use this version, and verified that it addresses our problem, evidenced by the logs and the successful first deployment of https://pages.18f.gov/govt-wide-patternlibrary/.
As noted in #14, the default 100KB payload limit was exceeded by a webhook fired for 18F/govt-wide-patternlibrary#54. Combined with 5d2ee1ec4899e8f4ff0e0f54bb16ac745df6d144 from 18F/hookshot (see coreh/hookshot#12), this change will allow us to pass options through to the bodyParser.json() middleware to increase the limit.
I've currently installed 18F/hookshot on our server using:
I've also updated the running instance of this server to use this version, and verified that it addresses our problem, evidenced by the logs and the successful first deployment of https://pages.18f.gov/govt-wide-patternlibrary/.
cc: @juliaelman