We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 087258a + 5d1cc96 commit be7ee74Copy full SHA for be7ee74
default.nix
@@ -49,7 +49,7 @@
49
$out/libexec/source/dist/server.js \
50
--interpreter=${pkgs.nodejs}/bin/node --node-args="\''${BLOCKFROST_NODE_ARGS:-"--max-http-header-size=32768"}" \
51
--max-memory-restart \''${BLOCKFROST_MAX_MEMORY_RESTART:-"1500M"} \
52
- -i max --time --no-daemon
+ -i \''${BLOCKFROST_PM2_INSTANCE_COUNT:-"max"} --time --no-daemon
53
EOF
54
chmod +x $out/bin/${name}
55
'';
0 commit comments