Skip to content

Commit

Permalink
fix(repeater): override the max HTTP header size (#423)
Browse files Browse the repository at this point in the history
fixes #292
  • Loading branch information
derevnjuk authored Aug 1, 2023
1 parent 0c01ca7 commit 6aa523f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
process.env.UV_THREADPOOL_SIZE = String(1024);
process.env.NODE_OPTIONS = `${
process.env.NODE_OPTIONS ?? ''
} --max-http-header-size=40960`.trim();
import 'reflect-metadata';
import {
GenerateArchive,
Expand Down

0 comments on commit 6aa523f

Please sign in to comment.