summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/job.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-04-21 20:32:11 +0000
committerphk <phk@FreeBSD.org>1997-04-21 20:32:11 +0000
commite29e11a01b43c0d2917b5ae4d5fecc7180eaf0ae (patch)
treeae9bf607f97aaaa10b3ee7a45780c4ae07b97741 /usr.bin/make/job.h
parente696227ac203e92da4484d6623548add5ecd1071 (diff)
downloadFreeBSD-src-e29e11a01b43c0d2917b5ae4d5fecc7180eaf0ae.zip
FreeBSD-src-e29e11a01b43c0d2917b5ae4d5fecc7180eaf0ae.tar.gz
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...
Diffstat (limited to 'usr.bin/make/job.h')
-rw-r--r--usr.bin/make/job.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index 2c088b6..2d3e961 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -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
/*-
OpenPOWER on IntegriCloud