Adjust test007 read/write ratio

This commit is contained in:
Kurt Zeilenga 2001-10-01 17:13:01 +00:00
parent e3f6433e1d
commit 48c6c6597c
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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 );
}

View File

@ -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 );
}