Skip to content

Commit 20bd943

Browse files
s3 import thread pool usage too (ydb-platform#2125)
1 parent d160ea4 commit 20bd943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/wrappers/s3_storage_config.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Aws::Client::ClientConfiguration TS3ExternalStorageConfig::ConfigFromSettings(co
155155
Aws::Client::ClientConfiguration config;
156156

157157
config.endpointOverride = settings.endpoint();
158+
config.executor = std::make_shared<Aws::Utils::Threading::PooledThreadExecutor>(1);
158159
config.verifySSL = false;
159160
config.connectTimeoutMs = 10000;
160161
config.maxConnections = 5;

0 commit comments

Comments
 (0)