Update app.py
Browse files
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=
|
| 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(
|