Skip to content

Commit 6d339f3

Browse files
committed
ref(store): admin sleeps for just 1 second
1 parent dc5b866 commit 6d339f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

store/admin/bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ confd -node $ETCD -config-file /app/confd.toml &
1010

1111
# loop forever until the container is stopped
1212
while true; do
13-
sleep 5
13+
sleep 1
1414
done

0 commit comments

Comments
 (0)