100 at a time
This commit is contained in:
@@ -116,7 +116,7 @@ func (rd *RealDebrid) GetTorrents(customLimit int, active bool) ([]Torrent, int,
|
|||||||
page := 1
|
page := 1
|
||||||
limit := customLimit
|
limit := customLimit
|
||||||
if limit == 0 {
|
if limit == 0 {
|
||||||
limit = 500
|
limit = 100
|
||||||
}
|
}
|
||||||
totalCount := 0
|
totalCount := 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user