@golemio/pid
Version:
Golemio PID Module
11 lines • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOCK_REFRESH_INTERVAL_RATIO = exports.MPS_TO_KMH = void 0;
exports.MPS_TO_KMH = 3.6;
/**
* The ratio of the lock timeout to the refresh interval.
* This is used to determine how long to wait before refreshing the lock.
* The refresh interval checks if the lock is still held and if not, it will reset the lock timeout.
*/
exports.LOCK_REFRESH_INTERVAL_RATIO = 0.65;
//# sourceMappingURL=const.js.map