mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-12 19:47:22 -05:00
Update connection_pool to version 3.0.2 (#38103)
This commit is contained in:
@@ -4,7 +4,7 @@ require 'connection_pool'
|
||||
require_relative 'shared_timed_stack'
|
||||
|
||||
class ConnectionPool::SharedConnectionPool < ConnectionPool
|
||||
def initialize(options = {}, &block)
|
||||
def initialize(**, &block)
|
||||
super
|
||||
|
||||
@available = ConnectionPool::SharedTimedStack.new(@size, &block)
|
||||
|
||||
Reference in New Issue
Block a user