mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Add ability to limit videos history size
This commit is contained in:
parent
76062d9f96
commit
8f0bc73d7d
14 changed files with 116 additions and 17 deletions
|
@ -1,4 +1,5 @@
|
|||
import { logger } from '../../helpers/logger'
|
||||
import * as Bluebird from 'bluebird'
|
||||
|
||||
export abstract class AbstractScheduler {
|
||||
|
||||
|
@ -30,5 +31,5 @@ export abstract class AbstractScheduler {
|
|||
}
|
||||
}
|
||||
|
||||
protected abstract internalExecute (): Promise<any>
|
||||
protected abstract internalExecute (): Promise<any> | Bluebird<any>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue