Skip to content
Snippets Groups Projects
Commit fb30dabd authored by Howard Chu's avatar Howard Chu
Browse files

Add a delay while consumer is down to exercise proxy retry

parent 3e682cda
No related branches found
No related tags found
No related merge requests found
......@@ -531,6 +531,10 @@ drink: Mad Dog 20/20
EOMODS
SLEEP=10
echo "Waiting $SLEEP seconds for syncrepl to retry..."
sleep $SLEEP
echo "Restarting consumer..."
echo "======================= RESTART =======================" >> $LOG2
$SLAPD -f $CONF2 -h $URI2 -d $LVL $TIMING >> $LOG2 2>&1 &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment