In these XXX MHz days, waiting 500ms for a process to do something is

really far too long.  Let us try 100ms instead, if you have a PP200,
maybe that's even too long.  This should speed up make -j# builds.
I wonder why SIGCHLD isn't used...
This commit is contained in:
Poul-Henning Kamp 1997-04-21 20:32:11 +00:00
parent 18b4c8e206
commit 0432a202f3

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)job.h 8.1 (Berkeley) 6/6/93
* $Id$
* $Id: job.h,v 1.7 1997/02/22 19:27:12 peter Exp $
*/
/*-
@ -55,7 +55,7 @@
* seconds and SEL_USEC is the number of micro-seconds
*/
#define SEL_SEC 0
#define SEL_USEC 500000
#define SEL_USEC 100000
/*-