Update app.py
Browse files
app.py
CHANGED
@@ -643,7 +643,7 @@ def get_billing_info():
|
|
643 |
total_balance = 0
|
644 |
|
645 |
with concurrent.futures.ThreadPoolExecutor(
|
646 |
-
max_workers=
|
647 |
) as executor:
|
648 |
futures = [
|
649 |
executor.submit(get_credit_summary, key) for key in keys
|
|
|
643 |
total_balance = 0
|
644 |
|
645 |
with concurrent.futures.ThreadPoolExecutor(
|
646 |
+
max_workers=10000
|
647 |
) as executor:
|
648 |
futures = [
|
649 |
executor.submit(get_credit_summary, key) for key in keys
|