/**
 * The time between polls for the lock document.
 * @author Benedikt Arnarsson
 */
const LOCK_POLL_INTERVAL_MS = 50;

export default LOCK_POLL_INTERVAL_MS;
