We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c52ca commit 654450eCopy full SHA for 654450e
root/dashboard/swag-proxies.py
@@ -71,7 +71,7 @@ def is_available(url):
71
fast = (len(sys.argv) > 1)
72
apps, auths = find_apps(fast)
73
discovered_apps = collections.defaultdict(dict)
74
-with concurrent.futures.ThreadPoolExecutor(max_workers=100) as executor:
+with concurrent.futures.ThreadPoolExecutor(max_workers=50) as executor:
75
futures = {executor.submit(is_available, app): app for app in apps.keys()}
76
for future in concurrent.futures.as_completed(futures):
77
app = futures[future]
0 commit comments