aboutsummaryrefslogtreecommitdiffstats
path: root/service/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'service/entrypoint.sh')
-rwxr-xr-xservice/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/entrypoint.sh b/service/entrypoint.sh
index eef45c1..8b6f3e0 100755
--- a/service/entrypoint.sh
+++ b/service/entrypoint.sh
@@ -11,6 +11,6 @@ while [ 1 ]; do
sleep 70
done &
-CMD="ncat --keep-open --listen -p 9000 --max-conns 200 \
+CMD="ncat --keep-open --listen -p 9000 --max-conns 4000 \
--no-shutdown --wait 10s --idle-timeout 180s --exec /service/build/stldoctor"
su -s /bin/sh -c "$CMD" service