This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously we were getting either a generic 400 error every once in awhile, or on my end, the more specific 431 error. Node before had a default header size allowance of 80kb, but changed it to 8kb (nodejs/node#24731). This was causing issues for our app, and forcing us to clear cache regularly. For our purposes now, I've bumped that limit up to 40kb.
- Loading branch information