Skip to content

Commit

Permalink
Merge branch 'main' into no-signing-trialer
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK authored Nov 18, 2024
2 parents 5c9e4af + 5877f40 commit b83abab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ struct aws_s3_client *aws_s3_client_new(
/* Set up body streaming ELG */
{
uint16_t num_event_loops =
(uint16_t)aws_array_list_length(&client->client_bootstrap->event_loop_group->event_loops);
(uint16_t)aws_event_loop_group_get_loop_count(client->client_bootstrap->event_loop_group);
uint16_t num_streaming_threads = num_event_loops;

if (num_streaming_threads < 1) {
Expand Down

0 comments on commit b83abab

Please sign in to comment.