diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2017-02-15 07:20:50 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2017-02-15 07:23:06 +0100 |
commit | 92049e8061d71dfe89b4cbd53a39d7ae74ac328a (patch) | |
tree | dff266a9ac86d16ad55a9c43ff104b8115f3ec99 /conf | |
parent | b3fdd3f80389e2708dc64414f0e48ef7120fd852 (diff) | |
download | aur-92049e8061d71dfe89b4cbd53a39d7ae74ac328a.tar.gz aur-92049e8061d71dfe89b4cbd53a39d7ae74ac328a.tar.xz |
Hide old requests from the dashboard
Only show package requests created less than 6 months ago on the
dashboard.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/config.proto b/conf/config.proto index 01a907a6..df10b995 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -25,6 +25,7 @@ max_rpc_results = 5000 max_depends = 1000 aur_request_ml = aur-requests@archlinux.org request_idle_time = 1209600 +request_archive_time = 15552000 auto_orphan_age = 15552000 auto_delete_age = 86400 source_file_uri = https://aur.archlinux.org/cgit/aur.git/tree/%s?h=%s |