diff options
author | Erich Eckner <git@eckner.net> | 2019-01-10 08:53:39 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-10 08:53:39 +0100 |
commit | 154965bb0a96db004e56d8c7b3b69f4c6c58c07c (patch) | |
tree | ac1d5d5d1bf38e0df8c3a55f5ff927337c088be5 /checkVersions | |
parent | f7a721a6537dc33e03fe7c89cd7473443a68ef94 (diff) | |
download | archlinuxewe-154965bb0a96db004e56d8c7b3b69f4c6c58c07c.tar.xz |
checkVersions: only run 100 jobs in parallel by default
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions index 242901e8c..90f341b64 100755 --- a/checkVersions +++ b/checkVersions @@ -48,7 +48,7 @@ me="$(readlink -f $0)" cd $(dirname "${me}") versionenDatei="/var/cache/$(basename "$(dirname "${me}")")/lastVersions" curl_cache="/var/cache/$(basename "$(dirname "${me}")")/curl-cache" -jobs=0 +jobs=100 maschinenlesbar=false force=false unForce=false |