mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - UI elements
Rename all UI elements and translations. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
1702075875
commit
f540c79580
76 changed files with 952 additions and 1143 deletions
|
@ -26,7 +26,7 @@ PKG_ID = 1 # Packages.ID of first package
|
|||
# how many users to 'register'
|
||||
MAX_USERS = int(os.environ.get("MAX_USERS", 38000))
|
||||
MAX_DEVS = 0.1 # what percentage of MAX_USERS are Developers
|
||||
MAX_TUS = 0.2 # what percentage of MAX_USERS are Trusted Users
|
||||
MAX_TUS = 0.2 # what percentage of MAX_USERS are Package Maintainers
|
||||
# how many packages to load
|
||||
MAX_PKGS = int(os.environ.get("MAX_PKGS", 32000))
|
||||
PKG_DEPS = (1, 15) # min/max depends a package has
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue