From 65b861d213f73dd19f32408dd6cc80591de6aacc Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sun, 30 Jun 2024 04:33:02 +0000 Subject: [PATCH] Disable CheckSpace in default config Disable CheckSpace in the default pacman.conf because on many MSYS2 installations the free space checking is excruciatingly slow. The extra safety afforded by this feature is not justified by the very painful experience of many users, and the situation of not having sufficient free space for packages is very unlikely on modern hardware. Signed-off-by: Rafael Kitover --- etc/pacman.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index d1ab736e..0478fa3a 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -32,7 +32,7 @@ Architecture = auto #UseSyslog #Color #NoProgressBar -CheckSpace +#CheckSpace #VerbosePkgLists ParallelDownloads = 5