From 9fb5bfffed01c2665f171d04005d529241bfc0f4 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Fri, 3 Sep 2010 13:38:49 +0000 Subject: [PATCH] * eio: limit number of threads used by eio_file_ls. SVN revision: 51861 --- legacy/eio/src/lib/eio_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/eio/src/lib/eio_file.c b/legacy/eio/src/lib/eio_file.c index d0977dec29..62500ac26b 100644 --- a/legacy/eio/src/lib/eio_file.c +++ b/legacy/eio/src/lib/eio_file.c @@ -208,7 +208,7 @@ eio_file_ls(const char *dir, _eio_file_end, _eio_file_error, async, - EINA_FALSE); + EINA_TRUE); if (!async->ls.common.thread) goto on_error; return &async->ls.common; @@ -258,7 +258,7 @@ eio_file_direct_ls(const char *dir, _eio_file_end, _eio_file_error, async, - EINA_FALSE); + EINA_TRUE); if (!async->ls.common.thread) goto on_error; return &async->ls.common;