adjust limits

This commit is contained in:
Niko Storni 2022-05-09 20:23:44 +02:00
parent 00ae404642
commit 8fa1482d18

View file

@ -153,7 +153,7 @@ func (f *SyncFlags) VideosToSync(totalSubscribers uint) int {
800: 250,
600: 200,
200: 80,
100: 50,
100: 20,
1: 10,
}
videosToSync := 0