1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Implement replace file in server side

This commit is contained in:
Chocobozzz 2023-07-19 16:02:49 +02:00
parent c6867725fb
commit 12dc3a942a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
55 changed files with 1547 additions and 325 deletions

View file

@ -175,6 +175,12 @@ export interface CustomConfig {
}
}
videoFile: {
update: {
enabled: boolean
}
}
import: {
videos: {
concurrency: number