mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Revert "build: bump max_apps_per_run to 50"
This reverts commit56a53055be. Revert "build: limit --all to 10 apps at a time" This reverts commitafc5cc6b6a.
This commit is contained in:
parent
61bb74a369
commit
9a4f3ac019
1 changed files with 0 additions and 4 deletions
|
|
@ -1138,11 +1138,7 @@ def main():
|
||||||
# Build applications...
|
# Build applications...
|
||||||
failed_apps = {}
|
failed_apps = {}
|
||||||
build_succeeded = []
|
build_succeeded = []
|
||||||
max_apps_per_run = 50
|
|
||||||
for appid, app in apps.items():
|
for appid, app in apps.items():
|
||||||
max_apps_per_run -= 1
|
|
||||||
if max_apps_per_run < 1:
|
|
||||||
break
|
|
||||||
|
|
||||||
first = True
|
first = True
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue