1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/group_vars/mirrors.yml
Giancarlo Razzolini 48b3687031 plabooks: Change the archweb db variable to point to archlinux.org
Change the archweb_db_host variable to point to archlinux.org instead of
apollo. This is of particular importance to gemini.
2020-12-20 11:21:31 +00:00

7 lines
139 B
YAML

---
archweb_db_host: 'archlinux.org'
# raise tcp window limits to 32MiB
tcp_rmem: "10240 87380 33554432"
tcp_wmem: "10240 87380 33554432"