UNPKG

@controlplane/cli

Version:

Control Plane Corporation CLI

7 lines 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PONG_DEADLINE_MS = exports.PING_INTERVAL_MS = void 0; // ANCHOR - Constants exports.PING_INTERVAL_MS = 30 * 1000; exports.PONG_DEADLINE_MS = 10 * 1000; //# sourceMappingURL=types.js.map