mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Default to aur-requests for request notifications
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
278e6be4eb
commit
ad3f4d03bd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ $USE_VIRTUAL_URLS = true;
|
||||||
$MAX_RPC_RESULTS = 5000;
|
$MAX_RPC_RESULTS = 5000;
|
||||||
|
|
||||||
# Mailing list to send package request notifications to.
|
# Mailing list to send package request notifications to.
|
||||||
$AUR_REQUEST_ML = "aur-general@archlinux.org";
|
$AUR_REQUEST_ML = "aur-requests@archlinux.org";
|
||||||
|
|
||||||
# Time to wait until a package request is due.
|
# Time to wait until a package request is due.
|
||||||
$REQUEST_IDLE_TIME = 60 * 60 * 24 * 14;
|
$REQUEST_IDLE_TIME = 60 * 60 * 24 * 14;
|
||||||
|
|
Loading…
Add table
Reference in a new issue