diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-20 15:08:32 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-12-20 15:08:32 +0000 |
commit | a087ef33fef4ae5815a8d670a6f74ae44e014dba (patch) | |
tree | 60d49a2fa88cf66b3632c7c41becf7d5a36c02e9 | |
parent | f928c97f77c13048177fb31eb1377bd99d2a07b7 (diff) |
set pagesize to some more reasonable value
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@501 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | tests/nss-ldapd-test.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/nss-ldapd-test.conf b/tests/nss-ldapd-test.conf index bfbb3d2..398b7fd 100644 --- a/tests/nss-ldapd-test.conf +++ b/tests/nss-ldapd-test.conf @@ -23,7 +23,7 @@ base dc=test,dc=tld #scope sub # The number of answers to request in a single search. -pagesize 3 +pagesize 100 # The timeout for network operations. timelimit 4 |