1 2 3 4 5
const SESSION_PING_INTERVAL_MS = 10 * 60 * 1000; //10 minutes module.exports = { SESSION_PING_INTERVAL_MS, };