Skip to content

Commit e759647

Browse files
committed
increase readiness tries
1 parent 0c094eb commit e759647

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/svc-opencode-server

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/svc-opencode-server/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
fi
1313

1414
exec \
15-
s6-notifyoncheck -d -n 7 -w 1000 -c "nc -z 127.0.0.1 3000" \
15+
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 3000" \
1616
cd /app/openvscode-server s6-setuidgid abc \
1717
/app/openvscode-server/bin/openvscode-server \
1818
--host 0.0.0.0 \

0 commit comments

Comments
 (0)