aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc_gnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_ipc_gnu.c')
-rw-r--r--src/main/extractor_ipc_gnu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c
index 0e583e5..9582bdc 100644
--- 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,
456 return 1; /* nothing left to do! */ 456 return 1; /* nothing left to do! */
457 } 457 }
458 tv.tv_sec = 0; 458 tv.tv_sec = 0;
459 tv.tv_usec = 100000000; 459 tv.tv_usec = 100000; /* 100 ms */
460 if (-1 == select (max + 1, &to_check, NULL, NULL, &tv)) 460 if (-1 == select (max + 1, &to_check, NULL, NULL, &tv))
461 { 461 {
462 /* an error or timeout -> something's wrong or all plugins hung up */ 462 /* an error or timeout -> something's wrong or all plugins hung up */