Blame view

lib/default-values.js 53 Bytes
b76b508a9   Adhidarma Hadiwinoto   Ready to test
1
2
3
  module.exports = {
      pingIntervalMs: 10 * 1000,
  };