Skip to content

Commit

Permalink
Set ring channel size to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Sep 11, 2024
1 parent 3d69ea6 commit 708bbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/z_pull.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ int main(int argc, char** argv) {

z_owned_closure_sample_t closure;
z_owned_ring_handler_sample_t handler;
z_ring_channel_sample_new(&closure, &handler, 256);
z_ring_channel_sample_new(&closure, &handler, 3);

printf("Declaring Subscriber on '%s'...\n", args.keyexpr);
z_view_keyexpr_t ke;
Expand Down

0 comments on commit 708bbfe

Please sign in to comment.