diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2025-10-15 15:54:23 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2025-10-15 15:54:23 +0800 |
| commit | a1d4cc5f4045b957d92cd825fcb2210b1dd04319 (patch) | |
| tree | 5f289cb82e48c209568b4c1cec53c60dfd979bba | |
| parent | f47bf0df3ef2d2ae471d47dbd45ca0d499425eba (diff) | |
temp workaroud pacman slow download cause timeout
| -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 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`. |
