rethinkdbdash
Version:
A Node.js driver for RethinkDB with promises and a connection pool
11 lines (10 loc) • 305 B
JavaScript
module.exports = {
debug: false,
cmd: 'rethinkdb',
dataDir: 'rethinkdbdash_datadir',
initialOffset: 180,
feedQuery: 'r.db("rethinkdb")\n .table("server_status")\n .union(["feedSeparator"])\n .union(r.db("rethinkdb").table("server_status").changes())',
numServers: 3,
buffer: 12,
max: 36
}