diff options
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index 28f3245cb..977e3dc71 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -98,7 +98,7 @@ hb_handle_t * hb_init_real( int verbose, int update_check ) "update_thread" ); break; } - hb_snooze( 50 ); + hb_snooze( 500 ); } } @@ -664,7 +664,7 @@ static void thread_func( void * _h ) hb_unlock( h->state_lock ); } - hb_snooze( 50 ); + hb_snooze( 1000 ); } if( h->work_thread ) |