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
|
||||
limit := customLimit
|
||||
if limit == 0 {
|
||||
limit = 500
|
||||
limit = 100
|
||||
}
|
||||
totalCount := 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user