mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Increase read/write and search/write ratios.
This commit is contained in:
parent
e80b5d4040
commit
a69d8bff93
2 changed files with 2 additions and 4 deletions
|
|
@ -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 );
|
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 );
|
exit( EXIT_SUCCESS );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue