mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
Give more time to sync after restart
This commit is contained in:
parent
de91bde800
commit
460cb4bd4b
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue