yangtb24 commited on
Commit
4e12cd3
·
verified ·
1 Parent(s): dda637c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ def load_keys():
262
  logging.info(f"加载的 keys:{unique_keys}")
263
 
264
  with concurrent.futures.ThreadPoolExecutor(
265
- max_workers=20
266
  ) as executor:
267
  future_to_key = {
268
  executor.submit(
 
262
  logging.info(f"加载的 keys:{unique_keys}")
263
 
264
  with concurrent.futures.ThreadPoolExecutor(
265
+ max_workers=1000
266
  ) as executor:
267
  future_to_key = {
268
  executor.submit(