From 8fa1482d18ce8f5214e362d742b916fca3b9c2a6 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Mon, 9 May 2022 20:23:44 +0200 Subject: [PATCH] adjust limits --- shared/shared.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/shared.go b/shared/shared.go index 71b37e8..f446a8f 100644 --- a/shared/shared.go +++ b/shared/shared.go @@ -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