mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Use SLEEP2 wehn first populating. Should probably just poll contextCSNs...
This commit is contained in:
parent
6ee9c8838f
commit
841f3ff299
@ -336,8 +336,8 @@ if test $RC != 0 ; then
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..."
|
||||
sleep $SLEEP1
|
||||
echo "Waiting $SLEEP2 seconds for syncrepl to receive changes..."
|
||||
sleep $SLEEP2
|
||||
|
||||
n=1
|
||||
while [ $n -le $MMR ]; do
|
||||
|
Loading…
Reference in New Issue
Block a user