tinyagent
Version:
Connect your local shell to any device - access your dev environment from anywhere
9 lines • 462 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RECONNECT_DELAY = exports.SESSION_TIMEOUT = exports.HEARTBEAT_INTERVAL = exports.DEFAULT_RELAY_PORT = exports.DEFAULT_PORT = void 0;
exports.DEFAULT_PORT = 3000;
exports.DEFAULT_RELAY_PORT = 8080;
exports.HEARTBEAT_INTERVAL = 30000; // 30 seconds
exports.SESSION_TIMEOUT = 600000; // 10 minutes
exports.RECONNECT_DELAY = 5000; // 5 seconds
//# sourceMappingURL=constants.js.map