Skip to content

Commit

Permalink
vcilcs: Increase ILCS queue size to prevent(?) deadlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Elwell authored and popcornmix committed Apr 17, 2016
1 parent 346195a commit 01414db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/vmcs_host/vcilcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ ILCS_SERVICE_T *ilcs_init(VCHIQ_STATE_T *state, void **connection, ILCS_CONFIG_T
goto fail_timer;

// create the queue of incoming messages
if(!vchiu_queue_init(&st->queue, 64))
if(!vchiu_queue_init(&st->queue, 256))
goto fail_queue;

// create the bulk receive event
Expand Down

0 comments on commit 01414db

Please sign in to comment.