* eio: limit number of threads used by eio_file_ls.

SVN revision: 51861
This commit is contained in:
Cedric BAIL 2010-09-03 13:38:49 +00:00
parent dd168d1058
commit 9fb5bfffed
1 changed files with 2 additions and 2 deletions

View File

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