* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has been

identified.
This commit is contained in:
Christopher Faylor 2004-10-28 17:34:29 +00:00
parent 334ba104fe
commit 22cf17b31f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-10-28 Christopher Faylor <cgf@timesys.com>
* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem
has been identified.
2004-10-28 Pierre Humblet <pierre.humblet@ieee.org>
* path.cc (mount_info::from_registry): Deimpersonate while

View File

@ -31,7 +31,7 @@ details. */
#include "cygmalloc.h"
#include "cygthread.h"
#define NPIDS_HELD 8
#define NPIDS_HELD 4
/* Timeout to wait for child to start, parent to init child, etc. */
/* FIXME: Once things stabilize, bump up to a few minutes. */