Skip to content

Commit f25cc54

Browse files
committed
fix(*): use "confd --interval 5" instead of "--watch"
1 parent 30954bd commit f25cc54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/boot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function on_exit() {
9191
trap on_exit TERM
9292

9393
# spawn confd in the background to update services based on etcd changes
94-
confd -node $ETCD --confdir /app --log-level error --watch &
94+
confd -node $ETCD --confdir /app --log-level error --interval 5 &
9595
CONFD_PID=$!
9696

9797
echo deis-controller running...

0 commit comments

Comments
 (0)