yangtb24 commited on
Commit
095a61c
·
verified ·
1 Parent(s): 3c59896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -643,7 +643,7 @@ def get_billing_info():
643
  total_balance = 0
644
 
645
  with concurrent.futures.ThreadPoolExecutor(
646
- max_workers=1000
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