UNPKG

@copperjs/copper

Version:
16 lines 466 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nodeConfig = void 0; const configStore_1 = require("../common/configStore"); exports.nodeConfig = new configStore_1.ConfigStore({ hubHost: 'localhost', hubPort: 9115, maxSession: 5, nodePolling: 10000, port: 9116, registerRetries: 50, registerInterval: 5000, deregisterRetries: 3, deregisterInterval: 5000, }); //# sourceMappingURL=config.js.map