Merge pull request #16240 from mattolson/fix-default-pool-keep-alive

Ruby: Fix default pool keep alive
pull/11795/head
apolcyn 6 years ago committed by GitHub
commit aa207933cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ruby/lib/grpc/generic/rpc_server.rb

@ -217,7 +217,7 @@ module GRPC
def initialize(pool_size: DEFAULT_POOL_SIZE,
max_waiting_requests: DEFAULT_MAX_WAITING_REQUESTS,
poll_period: DEFAULT_POLL_PERIOD,
pool_keep_alive: GRPC::RpcServer::DEFAULT_POOL_SIZE,
pool_keep_alive: Pool::DEFAULT_KEEP_ALIVE,
connect_md_proc: nil,
server_args: {},
interceptors: [])

Loading…
Cancel
Save