mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
allow a minimal timeout in compares
This commit is contained in:
parent
21e33fed33
commit
ec1042b19e
@ -179,7 +179,7 @@ meta_back_compare( Operation *op, SlapReply *rs )
|
|||||||
struct timeval tv = { 0 };
|
struct timeval tv = { 0 };
|
||||||
|
|
||||||
tv.tv_sec = 0;
|
tv.tv_sec = 0;
|
||||||
tv.tv_usec = 0;
|
tv.tv_usec = 100000; /* 0.1 s */
|
||||||
|
|
||||||
if ( msgid[ i ] == -1 ) {
|
if ( msgid[ i ] == -1 ) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user