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 c39e08b..313120f 100644
--- a/src/main/extractor_ipc_gnu.c
+++ b/src/main/extractor_ipc_gnu.c
@@ -464,7 +464,7 @@ EXTRACTOR_IPC_channel_recv_ (struct EXTRACTOR_Channel **channels,
464 return 1; /* nothing left to do! */ 464 return 1; /* nothing left to do! */
465 } 465 }
466 tv.tv_sec = 0; 466 tv.tv_sec = 0;
467 tv.tv_usec = 5000000; /* 500 ms */ 467 tv.tv_usec = 500000; /* 500 ms */
468 if (0 >= select (max + 1, &to_check, NULL, NULL, &tv)) 468 if (0 >= select (max + 1, &to_check, NULL, NULL, &tv))
469 { 469 {
470 /* an error or timeout -> something's wrong or all plugins hung up */ 470 /* an error or timeout -> something's wrong or all plugins hung up */