mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 02:38:08 +00:00
polishtorrent: perPage -> 50 to prevent internal server error
This commit is contained in:
parent
de33c44488
commit
787421d886
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ search:
|
|||
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
|
||||
sortField: "{{ .Config.sort }}"
|
||||
sortDirection: "{{ .Config.type }}"
|
||||
perPage: 75
|
||||
perPage: 50
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
|
|
Loading…
Add table
Reference in a new issue