diff options
Diffstat (limited to 'web/lib/config.inc.php.proto')
-rw-r--r-- | web/lib/config.inc.php.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/lib/config.inc.php.proto b/web/lib/config.inc.php.proto index cb71fa51..62421ece 100644 --- a/web/lib/config.inc.php.proto +++ b/web/lib/config.inc.php.proto @@ -65,3 +65,8 @@ $AUR_REQUEST_ML = "aur-requests@archlinux.org"; # Time to wait until a package request is due. $REQUEST_IDLE_TIME = 60 * 60 * 24 * 14; + +# When an orphan request is filed for a package that has been flagged +# out-of-date for the following number of seconds, it is disowned +# automatically. +$AUTO_ORPHAN_AGE = 60 * 60 * 24 * 180; |