diff --git a/pkg/realdebrid/api.go b/pkg/realdebrid/api.go index 6105536..bc5241e 100644 --- a/pkg/realdebrid/api.go +++ b/pkg/realdebrid/api.go @@ -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