1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 10:41:47 +02:00
infrastructure/group_vars/mirrors.yml
Florian Pritz 06dbd50924
Increase TCP window limits to 32MiB
This improves performance for high latency connections like Germany to
India and our machines should have enough memory to support quite a few
connections even with such large windows.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-07 17:19:17 +02:00

9 lines
196 B
YAML

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