You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aws::Client::ClientConfiguration::maxConnections sets the maximum number of connections to an S3 server.
The default value is 25. We must add an option to set this.
Presto Java added this option here https://prestodb.io/docs/current/release/release-0.75.html and sets the default to 500.
The text was updated successfully, but these errors were encountered:
Description
Aws::Client::ClientConfiguration::maxConnections sets the maximum number of connections to an S3 server.
The default value is 25. We must add an option to set this.
Presto Java added this option here https://prestodb.io/docs/current/release/release-0.75.html and sets the default to 500.
The text was updated successfully, but these errors were encountered: