aws / aws-sdk-rails

Official repository for the aws-sdk-rails gem, which integrates the AWS SDK for Ruby with Ruby on Rails.
Other
593 stars 60 forks source link

Use Concurrent.available_processor_count to set default thread pool max threads #126

Closed alextwoods closed 3 months ago

alextwoods commented 3 months ago

Use Concurrent.available_processor_count to set default thread pool max threads

Issue #, if available: Fixes #125

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.