Fix infinite playlist import

Using an hard videos limit in config
This commit is contained in:
Chocobozzz
2022-11-14 11:11:39 +01:00
parent 0e45e336f6
commit 4efa5535cc
8 changed files with 56 additions and 4 deletions

View File

@@ -578,6 +578,9 @@ import:
# Number of latest published videos to check and to potentially import when syncing a channel
videos_limit_per_synchronization: 10
# Max number of videos to import when the user asks for full sync
full_sync_videos_limit: 1000
auto_blacklist:
# New videos automatically blacklisted so moderators can review before publishing
videos:

View File

@@ -588,6 +588,9 @@ import:
# Number of latest published videos to check and to potentially import when syncing a channel
videos_limit_per_synchronization: 10
# Max number of videos to import when the user asks for full sync
full_sync_videos_limit: 1000
auto_blacklist:
# New videos automatically blacklisted so moderators can review before publishing
videos: