summaryrefslogtreecommitdiff
path: root/etc/pacman.conf
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-10-15 15:54:23 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-10-15 15:54:23 +0800
commita1d4cc5f4045b957d92cd825fcb2210b1dd04319 (patch)
tree5f289cb82e48c209568b4c1cec53c60dfd979bba /etc/pacman.conf
parentf47bf0df3ef2d2ae471d47dbd45ca0d499425eba (diff)
temp workaroud pacman slow download cause timeoutHEADmaster
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r--etc/pacman.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf
index 51a6053b..3ce87953 100644
--- a/etc/pacman.conf
+++ b/etc/pacman.conf
@@ -44,6 +44,8 @@ SigLevel = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
+DisableDownloadTimeout
+
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.