Fixed post-crash recovery for actively livestreaming channels.
This commit is contained in:
parent
ee47e1b844
commit
3ca91288d2
4 changed files with 34 additions and 13 deletions
|
|
@ -22,7 +22,7 @@ const mediaSchema = require('./mediaSchema');
|
|||
const archivedMedia = require('../../../app/channel/media/archivedMedia');
|
||||
|
||||
/**
|
||||
* DB Schema for documents representing a queued media object
|
||||
* DB Schema for documents representing a archived media object
|
||||
*/
|
||||
const archivedProperties = new mongoose.Schema({
|
||||
channel: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue