UNPKG

elasticsearch-orm

Version:

This is a orm for elasticSearch

6 lines 134 B
module.exports = () => { const map = new Map(); map.set('scroll', '1m'); map.set('timeout', 30 * 1000); return map; };