summaryrefslogtreecommitdiffstats
path: root/libhb/reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/reader.c')
-rw-r--r--libhb/reader.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libhb/reader.c b/libhb/reader.c
index ed4a675ff..47ec9d546 100644
--- a/libhb/reader.c
+++ b/libhb/reader.c
@@ -100,8 +100,7 @@ static void ReaderFunc( void * _r )
while( !*r->die && !r->job->done &&
hb_fifo_is_full( fifo ) )
{
- hb_snooze( 1 );
- //hb_log("sleep: ReaderFunc");
+ hb_snooze( 50 );
}
hb_fifo_push( fifo, buf );
}