mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#6203 fix startup
This commit is contained in:
parent
c401792c20
commit
789dad4d00
@ -130,7 +130,7 @@ ndb_db_open( BackendDB *be, ConfigReply *cr )
|
||||
}
|
||||
}
|
||||
for ( i=0; i<ni->ni_nconns; i++ ) {
|
||||
rc = ni->ni_cluster[i]->wait_until_ready( 30, 0 );
|
||||
rc = ni->ni_cluster[i]->wait_until_ready( 30, 30 );
|
||||
if ( rc ) {
|
||||
snprintf( cr->msg, sizeof( cr->msg ),
|
||||
"ndb_db_open: ni_cluster[%d]->wait failed (%d)",
|
||||
|
Loading…
Reference in New Issue
Block a user