Skip to content

Commit

Permalink
fix(create_index): Set max HTTP Header size param
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Jan 15, 2019
1 parent 1a47a86 commit fcf6f63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/create_index
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

node scripts/create_index.js
# create index, passing needed command line parameters
node --max-http-header-size=16384 scripts/create_index.js

0 comments on commit fcf6f63

Please sign in to comment.