fix: only do 8 jobs at once in update & verify

Prevent lag which can lead to unusable system (especially when using hdiffpatch)

Also print more
This commit is contained in:
2023-03-01 17:32:07 +07:00
parent 1957f8265b
commit cc6f3996af
5 changed files with 35 additions and 11 deletions

View File

@ -10,12 +10,12 @@ README = (HERE / "README.md").read_text()
setup(
name='worthless',
version='2.2.13',
version='2.2.14',
packages=['worthless', 'worthless.classes', 'worthless.classes.launcher', 'worthless.classes.installer'],
url='https://git.froggi.es/tretrauit/worthless-launcher',
license='MIT License',
author='tretrauit',
author_email='tretrauit@cachyos.org',
author_email='tretrauit@gmail.org',
description='A worthless CLI launcher written in Python.',
long_description=README,
long_description_content_type="text/markdown",