From d928bce0d8ef5abbb1ef8fe659836b22e62266d1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Sep 2006 03:29:08 +0000 Subject: r18541: with 100 old style searches we can run out of file descriptors on some systems. drop to 50 (This used to be commit ce5d5a187264af2b87e2919bdcc5f478cce02df9) --- source4/torture/raw/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/raw/search.c') diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c index d10bdf662b..822039d830 100644 --- a/source4/torture/raw/search.c +++ b/source4/torture/raw/search.c @@ -1019,7 +1019,7 @@ done: */ static BOOL test_many_dirs(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) { - const int num_dirs = 100; + const int num_dirs = 50; int i, fnum, n; char *fname, *dname; BOOL ret = True; -- cgit