We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c094eb commit e759647Copy full SHA for e759647
root/etc/s6-overlay/s6-rc.d/svc-opencode-server/run
@@ -12,7 +12,7 @@ else
12
fi
13
14
exec \
15
- s6-notifyoncheck -d -n 7 -w 1000 -c "nc -z 127.0.0.1 3000" \
+ s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 3000" \
16
cd /app/openvscode-server s6-setuidgid abc \
17
/app/openvscode-server/bin/openvscode-server \
18
--host 0.0.0.0 \
0 commit comments