adjust limits
This commit is contained in:
parent
00ae404642
commit
8fa1482d18
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ func (f *SyncFlags) VideosToSync(totalSubscribers uint) int {
|
||||||
800: 250,
|
800: 250,
|
||||||
600: 200,
|
600: 200,
|
||||||
200: 80,
|
200: 80,
|
||||||
100: 50,
|
100: 20,
|
||||||
1: 10,
|
1: 10,
|
||||||
}
|
}
|
||||||
videosToSync := 0
|
videosToSync := 0
|
||||||
|
|
Loading…
Reference in a new issue