* fork.cc (NPIDS_HELD): Reduce to former number now that bash problem has been
identified.
This commit is contained in:
parent
334ba104fe
commit
22cf17b31f
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue