Skip to content

Commit b24ad69

Browse files
committed
Minor change to mention the domain spec stanza in the comment.
1 parent 011d8bf commit b24ad69

File tree

1 file changed

+2
-2
lines changed
  • operator/src/main/resources/scripts

1 file changed

+2
-2
lines changed

operator/src/main/resources/scripts/utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ function waitForShutdownMarker() {
548548
if [ -e ${SHUTDOWN_MARKER_FILE} ] ; then
549549
exit 0
550550
fi
551-
# Set the SERVER_SLEEP_INTERVAL_SECONDS environment variable in the domain specs to
552-
# override the default sleep interval value of 1 second.
551+
# Set the SERVER_SLEEP_INTERVAL_SECONDS environment variable in the domain specs in
552+
# `spec.serverPod.env` stanza to override the default sleep interval value of 1 second.
553553
sleep ${SERVER_SLEEP_INTERVAL_SECONDS:-1}
554554
done
555555
}

0 commit comments

Comments
 (0)