Skip to content

Commit

Permalink
fix: Increase node.js stack size in order to decode election solutioi…
Browse files Browse the repository at this point in the history
…ns (#390)
  • Loading branch information
emostov authored Jan 15, 2021
1 parent 9d89309 commit 744776a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"build:calc": "bash ./calc/build.sh",
"build:docker": "docker build -t substrate-api-sidecar .",
"build:docs": "(cd docs && yarn && yarn build)",
"main": "node ./build/src/main.js",
"main": "node --stack_size=1300 ./build/src/main.js",
"lint": "tsc && eslint . --ext ts",
"deploy": "yarn build && standard-version",
"start": "yarn run main",
Expand Down

0 comments on commit 744776a

Please sign in to comment.