/** * Default time-to-live of a lock. * @author Benedikt Arnarsson */ const DEFAULT_LOCK_TTL_MS = 15000; export default DEFAULT_LOCK_TTL_MS;