Sha256: 4523cb61d702edcac15f31e519c4365d66c81ef3ab02c04c237d0a9a9240548f
Contents?: true
Size: 352 Bytes
Versions: 12
Compression:
Stored size: 352 Bytes
Contents
config['forwarder'] = 'http://localhost:8080' environment(:development) do config['mongo'] = EventMachine::Synchrony::ConnectionPool.new(size: 20) do # Need to deal with this just never connecting ... ? conn = EM::Mongo::Connection.new('localhost', 27017, 1, {:reconnect_in => 1}) conn.db('http_log').collection('aggregators') end end
Version data entries
12 entries across 12 versions & 1 rubygems