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 c768326 commit 0ec905eCopy full SHA for 0ec905e
source/s3_client.c
@@ -835,7 +835,7 @@ struct aws_s3_client *aws_s3_client_new(
835
836
*((bool *)&client->enable_read_backpressure) = client_config->enable_read_backpressure;
837
*((size_t *)&client->initial_read_window) = client_config->initial_read_window;
838
- *((bool *)&client->enable_dynamic_connection_scaling) = client_config->enable_dynamic_connection_scaling;
+ *((bool *)&client->enable_dynamic_connection_scaling) = true;
839
840
return client;
841
0 commit comments