lib/grenache/http.rb in grenache-ruby-http-0.2.15 vs lib/grenache/http.rb in grenache-ruby-http-0.2.16
- old
+ new
@@ -1,10 +1,10 @@
module Grenache
class Http < Grenache::Base
default_conf do |conf|
conf.thin_threaded = true
- conf.threadpool_size = 10
+ conf.thin_threadpool_size = 10
conf.verify_mode = Grenache::SSL_VERIFY_PEER
conf.thin_timeout = 30
conf.thin_max_conns = 1024
conf.thin_max_persistent_conns = 512
conf.thin_no_epoll = false