mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Adjust test007 read/write ratio
This commit is contained in:
parent
e3f6433e1d
commit
48c6c6597c
1
CHANGES
1
CHANGES
@ -10,6 +10,7 @@ OpenLDAP 2.0.16 Engineering
|
||||
Build environment
|
||||
Updated slapd.conf with ACL example
|
||||
Updated pthread detection
|
||||
Adjust test 7 read/write ratio
|
||||
|
||||
OpenLDAP 2.0.15 Release
|
||||
Fixed -lldap TLS external handling
|
||||
|
@ -75,8 +75,7 @@ main( int argc, char **argv )
|
||||
|
||||
}
|
||||
|
||||
do_read( host, port, entry, ( 4 * loops ));
|
||||
|
||||
do_read( host, port, entry, ( 10 * loops ));
|
||||
exit( EXIT_SUCCESS );
|
||||
}
|
||||
|
||||
|
@ -81,8 +81,7 @@ main( int argc, char **argv )
|
||||
|
||||
}
|
||||
|
||||
do_search( host, port, sbase, filter, ( 4 * loops ));
|
||||
|
||||
do_search( host, port, sbase, filter, ( 5 * loops ));
|
||||
exit( EXIT_SUCCESS );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user