We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30954bd commit f25cc54Copy full SHA for f25cc54
1 file changed
bin/boot
@@ -91,7 +91,7 @@ function on_exit() {
91
trap on_exit TERM
92
93
# spawn confd in the background to update services based on etcd changes
94
-confd -node $ETCD --confdir /app --log-level error --watch &
+confd -node $ETCD --confdir /app --log-level error --interval 5 &
95
CONFD_PID=$!
96
97
echo deis-controller running...
0 commit comments