grenache-ruby-http 0.2.15 → 0.2.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3cd8c925133c895fa843bb51c85fbd92aec07527
4
- data.tar.gz: 6abd334e8882c1a686ce942e09fde504e83fccd5
3
+ metadata.gz: d5d453bfdce946d51b8ba652ad2f3fdf9cbe21db
4
+ data.tar.gz: b9d41b0d535d2befd553fdba66814e34ff38431b
5
5
  SHA512:
6
- metadata.gz: fa79489f3d4d6c7b80eba548fb1dbc988d27848aa64d443fa9a8d485f3d231c79264d67da23d1a8171daf43648fec30cac2808d7fcadf2590d844f53311f62f8
7
- data.tar.gz: 77484cb5e23d58da1a1d7fb76952a83ebda1a6f5834101bc4160f5d22777dacc111158e463637a0711c15b6244a810f78d9948615c460ee7b92f9d147582f6a2
6
+ metadata.gz: 4ede95aacd6491b8fc6d4da5015dea0570199016fbf015cd4001ad903d4d1926f1ab9791c0755b17d66e7925d0fd4e100d68b4c72bacd0e26d4454a9a0b25025
7
+ data.tar.gz: ee3641e6fab829103b01e195aeb42dd5f653912f8bc5652fc96ae00597d33a443d791b3a93b51b7556d140811ebaaf818e17eefc4178dd53bf63b32375266ea4
@@ -1,5 +1,5 @@
1
1
  module Grenache
2
2
  module HTTP
3
- VERSION = "0.2.15"
3
+ VERSION = "0.2.16"
4
4
  end
5
5
  end
data/lib/grenache/http.rb CHANGED
@@ -3,7 +3,7 @@ module Grenache
3
3
 
4
4
  default_conf do |conf|
5
5
  conf.thin_threaded = true
6
- conf.threadpool_size = 10
6
+ conf.thin_threadpool_size = 10
7
7
  conf.verify_mode = Grenache::SSL_VERIFY_PEER
8
8
  conf.thin_timeout = 30
9
9
  conf.thin_max_conns = 1024
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grenache-ruby-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.15
4
+ version: 0.2.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bitfinex <info@bitfinex.com>