reduce max job size for packer

This commit is contained in:
Rudis Muiznieks 2024-08-28 15:10:48 -05:00
parent d753a054d9
commit 323d3a5738
Signed by: rudism
GPG key ID: CABF2F86EF7884F9

View file

@ -42,6 +42,7 @@ return require('packer').startup({
use 'sirtaj/vim-openscad'
end,
config = {
clone_timeout = 99999
clone_timeout = false,
max_jobs = 2 -- otherwise PackerUpdate dies on shitty hardware like the pi zero
}
})