Skip to content

Commit be7ee74

Browse files
Merge pull request #302 from mkmks/master
chore: pm2 instance limit configuration
2 parents 087258a + 5d1cc96 commit be7ee74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
$out/libexec/source/dist/server.js \
5050
--interpreter=${pkgs.nodejs}/bin/node --node-args="\''${BLOCKFROST_NODE_ARGS:-"--max-http-header-size=32768"}" \
5151
--max-memory-restart \''${BLOCKFROST_MAX_MEMORY_RESTART:-"1500M"} \
52-
-i max --time --no-daemon
52+
-i \''${BLOCKFROST_PM2_INSTANCE_COUNT:-"max"} --time --no-daemon
5353
EOF
5454
chmod +x $out/bin/${name}
5555
'';

0 commit comments

Comments
 (0)