commit 2e31b615630d62aac6ffd8199f30a957ed736193
parent d669a1565893917fe9daca962d305ab2b6d94f5d
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 5 Sep 2012 08:28:04 +0000
-trying with reduced timeout of 100ms
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c
@@ -455,8 +455,8 @@ EXTRACTOR_IPC_channel_recv_ (struct EXTRACTOR_Channel **channels,
{
return 1; /* nothing left to do! */
}
- tv.tv_sec = 10;
- tv.tv_usec = 0;
+ tv.tv_sec = 0;
+ tv.tv_usec = 100000000;
if (-1 == select (max + 1, &to_check, NULL, NULL, &tv))
{
/* an error or timeout -> something's wrong or all plugins hung up */