UNPKG

lru-cache-for-clusters-as-promised

Version:

LRU Cache that is safe for clusters, based on `lru-cache`. Save memory by only caching items on the main thread via a promisified interface.

15 lines (14 loc) 218 B
module.exports = { timeout: 5000, args: { one: 'one', two: 'two', three: 'three', four: 'four', five: 'five', }, server: { port: process.env.PORT || 4242, host: '127.0.0.1', }, };