mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
fix messages/sleep times
This commit is contained in:
parent
5785175313
commit
7268c949de
@ -306,8 +306,8 @@ else
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Waiting 5 seconds for slurpd to send changes..."
|
||||
sleep 5
|
||||
echo "Waiting 15 seconds for slurpd to send changes..."
|
||||
sleep 15
|
||||
fi
|
||||
|
||||
echo "Using ldapsearch to read all the entries from the master..."
|
||||
|
@ -302,8 +302,8 @@ else
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Waiting 5 seconds for syncrepl to send changes..."
|
||||
sleep 5
|
||||
echo "Waiting 15 seconds for syncrepl to receive changes..."
|
||||
sleep 15
|
||||
fi
|
||||
|
||||
echo "Using ldapsearch to read all the entries from the master..."
|
||||
|
Loading…
Reference in New Issue
Block a user