summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-10-15 15:55:12 +0800
committerXiao Pan <xyz@flylightning.xyz>2025-10-15 15:55:12 +0800
commit6625192889eae66e2b381577fb033d36a9ce243a (patch)
treeaa75ad96f99eaeb5589039becb9f1d9ae78b0dbc
parentcb7be10a43a50a762415ebe73d0831464a0e8e32 (diff)
temp workaroud pacman slow download cause timeoutpp
-rw-r--r--etc/pacman.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf
index 1ff36947..4c32e0ad 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 ARM
# packagers with `pacman-key --populate archlinuxarm`.