mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add hard limit for the length of dependency lists
Introduce a configuration option max_depends which can be used to specify a maximum number of (reverse) dependencies to display on the package details pages. Fixes FS#49059. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
0350de4b42
commit
fbf3e54057
3 changed files with 10 additions and 6 deletions
|
@ -21,6 +21,7 @@ aur_location = https://aur.archlinux.org
|
|||
git_clone_uri_anon = https://aur.archlinux.org/%s.git
|
||||
git_clone_uri_priv = ssh://aur@aur.archlinux.org/%s.git
|
||||
max_rpc_results = 5000
|
||||
max_depends = 1000
|
||||
aur_request_ml = aur-requests@archlinux.org
|
||||
request_idle_time = 1209600
|
||||
auto_orphan_age = 15552000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue