We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8d420 commit 5877f40Copy full SHA for 5877f40
source/s3_client.c
@@ -529,7 +529,7 @@ struct aws_s3_client *aws_s3_client_new(
529
/* Set up body streaming ELG */
530
{
531
uint16_t num_event_loops =
532
- (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);
533
uint16_t num_streaming_threads = num_event_loops;
534
535
if (num_streaming_threads < 1) {
0 commit comments