UNPKG

pomelo-admin1312

Version:

`pomelo-admin1312` is an admin console library for [pomelo](https://github.com/NetEase/pomelo). It provides the a series of utilities to monitor the `pomelo` server clusters.

10 lines 209 B
module.exports = { DEFAULT_PARAM: { KEEPALIVE: 60 * 1000, TIMEOUT: 15 * 1000, RECONNECT_DELAY: 1 * 1000, RECONNECT_DELAY_MAX: 60 * 1000 }, TYPE_CLIENT: 'client', TYPE_MONITOR: 'monitor' };