diff --git a/sgx_jmp.rb b/sgx_jmp.rb index 9f2393ac0603ce6828bb448c6e552ba010daa92a..da8f861cbf221f34d309607a348c9bf726920b5d 100644 --- a/sgx_jmp.rb +++ b/sgx_jmp.rb @@ -204,7 +204,7 @@ when_ready do REDIS = EM::Hiredis.connect MEMCACHE = EM::P::Memcache.connect BTC_SELL_PRICES = BTCSellPrices.new(REDIS, CONFIG[:oxr_app_id]) - DB = Postgres.connect(dbname: "jmp") + DB = Postgres.connect(dbname: "jmp", size: 25) TEL_SELECTIONS = TelSelections.new DB.hold do |conn|