Change the select timeout from 100ms to 2 seconds now that SIGCHILD is
handled.
This commit is contained in:
parent
2adf24aa2c
commit
a9ce104e00
@ -56,8 +56,8 @@
|
||||
* before coming out to see if a child has finished. SEL_SEC is the number of
|
||||
* seconds and SEL_USEC is the number of micro-seconds
|
||||
*/
|
||||
#define SEL_SEC 0
|
||||
#define SEL_USEC 100000
|
||||
#define SEL_SEC 2
|
||||
#define SEL_USEC 0
|
||||
#endif /* !USE_KQUEUE */
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user