mirror of
https://github.com/Jackett/Jackett
synced 2025-02-22 14:20:57 +00:00
esharenet: drop search quantity from 100 to 50.
server seems unable to deliver 100 results and times out.
This commit is contained in:
parent
0970a40b9e
commit
9cae079014
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
||||||
igdb: ""
|
igdb: ""
|
||||||
sort: created_at
|
sort: created_at
|
||||||
direction: desc
|
direction: desc
|
||||||
qty: 100
|
qty: 50
|
||||||
rows:
|
rows:
|
||||||
selector: table > tbody > tr
|
selector: table > tbody > tr
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in a new issue