Init commit
This commit is contained in:
6
server/core/lib/live-videos/shared.ts
Normal file
6
server/core/lib/live-videos/shared.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const LIVE_VIDEO_START_LEAD_TIME_MS = 10_000
|
||||
export const LIVE_VIDEO_START_JOB_TYPE = 'live-video-start'
|
||||
|
||||
export function getLiveVideoStartJobId (liveVideoId: number) {
|
||||
return `live-video-start_${liveVideoId}`
|
||||
}
|
||||
Reference in New Issue
Block a user