Skip to content

Commit

Permalink
s3 import thread pool usage too (ydb-platform#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Apr 16, 2024
1 parent d160ea4 commit 20bd943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/core/wrappers/s3_storage_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ Aws::Client::ClientConfiguration TS3ExternalStorageConfig::ConfigFromSettings(co
Aws::Client::ClientConfiguration config;

config.endpointOverride = settings.endpoint();
config.executor = std::make_shared<Aws::Utils::Threading::PooledThreadExecutor>(1);
config.verifySSL = false;
config.connectTimeoutMs = 10000;
config.maxConnections = 5;
Expand Down

0 comments on commit 20bd943

Please sign in to comment.