mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 13:46:10 +00:00
denofsimps: 50 perPage to prevent 500 Internal Server Error
This commit is contained in:
parent
b39f513821
commit
0173bd7e38
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ search:
|
|||
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
|
||||
sortField: "{{ .Config.sort }}"
|
||||
sortDirection: "{{ .Config.type }}"
|
||||
perPage: 100
|
||||
perPage: 50
|
||||
|
||||
keywordsfilters:
|
||||
- name: re_replace
|
||||
|
|
Loading…
Reference in a new issue