const DEFAULT_LIVE_SHORTS_NEXT_HOPS = 10; const MIN_LIVE_SHORTS_NEXT_HOPS = 10; const MAX_LIVE_SHORTS_NEXT_HOPS = 25; module.exports = { DEFAULT_LIVE_SHORTS_NEXT_HOPS, MAX_LIVE_SHORTS_NEXT_HOPS, MIN_LIVE_SHORTS_NEXT_HOPS, };