mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
set SLEEP1 default to 7 seconds, 5 is sometimes too short for replication
This commit is contained in:
parent
c50729c4fd
commit
bc473180e3
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ WITH_SASL=${AC_WITH_SASL-no}
|
|||
USE_SASL=${SLAPD_USE_SASL-no}
|
||||
ACI=${AC_ACI_ENABLED-acino}
|
||||
THREADS=${AC_THREADS-threadsno}
|
||||
SLEEP1=${SLEEP1-5}
|
||||
SLEEP1=${SLEEP1-7}
|
||||
SLEEP2=${SLEEP2-10}
|
||||
|
||||
# dirs
|
||||
|
|
|
|||
Loading…
Reference in a new issue