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 d160ea4 commit 20bd943Copy full SHA for 20bd943
ydb/core/wrappers/s3_storage_config.cpp
@@ -155,6 +155,7 @@ Aws::Client::ClientConfiguration TS3ExternalStorageConfig::ConfigFromSettings(co
155
Aws::Client::ClientConfiguration config;
156
157
config.endpointOverride = settings.endpoint();
158
+ config.executor = std::make_shared<Aws::Utils::Threading::PooledThreadExecutor>(1);
159
config.verifySSL = false;
160
config.connectTimeoutMs = 10000;
161
config.maxConnections = 5;
0 commit comments