100 at a time

This commit is contained in:
Ben Sarmiento
2024-02-11 14:44:05 +01:00
parent 2da715f694
commit fd5a72370a

View File

@@ -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