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|