denofsimps: 50 perPage to prevent 500 Internal Server Error

This commit is contained in:
Garfield69 2024-10-16 06:24:27 +13:00
parent b39f513821
commit 0173bd7e38
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ search:
"free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}" "free[]": "{{ if .Config.freeleech }}100{{ else }}{{ end }}"
sortField: "{{ .Config.sort }}" sortField: "{{ .Config.sort }}"
sortDirection: "{{ .Config.type }}" sortDirection: "{{ .Config.type }}"
perPage: 100 perPage: 50
keywordsfilters: keywordsfilters:
- name: re_replace - name: re_replace