commit 098a3d0595429d2fa2dd76ad8b75e9e22213c50c
parent cb080247ac32a846f72554a371ca69e3dd9080da
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 24 Sep 2012 22:28:21 +0000
-fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c
@@ -456,7 +456,7 @@ EXTRACTOR_IPC_channel_recv_ (struct EXTRACTOR_Channel **channels,
return 1; /* nothing left to do! */
}
tv.tv_sec = 0;
- tv.tv_usec = 100000000;
+ tv.tv_usec = 100000; /* 100 ms */
if (-1 == select (max + 1, &to_check, NULL, NULL, &tv))
{
/* an error or timeout -> something's wrong or all plugins hung up */