diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-10-15 15:55:12 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-10-15 15:55:12 +0800 |
commit | 6625192889eae66e2b381577fb033d36a9ce243a (patch) | |
tree | aa75ad96f99eaeb5589039becb9f1d9ae78b0dbc /etc/pacman.conf | |
parent | cb7be10a43a50a762415ebe73d0831464a0e8e32 (diff) |
temp workaroud pacman slow download cause timeoutpp
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 2 |
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`. |