config: change pacman.check_space default to False as it causes problems even on ext4

This commit is contained in:
InsanePrawn 2022-08-25 16:43:13 +02:00
parent cac5ac2ad0
commit c4e96af44f

View file

@ -57,7 +57,7 @@ CONFIG_DEFAULTS: dict = {
},
'pacman': {
'parallel_downloads': 4,
'check_space': True,
'check_space': False, # TODO: True causes issues
'repo_branch': DEFAULT_PACKAGE_BRANCH,
},
'paths': {