Skip to content
Snippets Groups Projects
Commit e8ae93a1 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Give more time to sync after restart

parent 39ddec3a
No related branches found
No related tags found
No related merge requests found
......@@ -454,8 +454,8 @@ if test $WAIT != 0 ; then
fi
KILLPIDS="$MASTERPID $P1SLAVEPID $R1SLAVEPID"
echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..."
sleep $SLEEP1
echo "Waiting $SLEEP2 seconds for syncrepl to receive changes..."
sleep $SLEEP2
#echo "Using ldapsearch to read all the entries from the master..."
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \
......
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