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 140faa9 commit 271d8d9Copy full SHA for 271d8d9
lib/concurrent/executor/ruby_cached_thread_pool.rb
@@ -19,7 +19,7 @@ def initialize(opts = {})
19
opts = opts.merge(
20
min_threads: 0,
21
max_threads: DEFAULT_MAX_POOL_SIZE,
22
- num_threads: overflow_policy,
+ overflow_policy: overflow_policy,
23
max_queue: DEFAULT_MAX_QUEUE_SIZE,
24
idletime: DEFAULT_THREAD_IDLETIMEOUT
25
)
0 commit comments