Spaces:
Runtime error
Runtime error
Merge remote-tracking branch 'origin/main' into main
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ cors = CORS(app)
|
|
14 |
executor = Executor(app)
|
15 |
|
16 |
executor.init_app(app)
|
17 |
-
app.config['EXECUTOR_MAX_WORKERS'] =
|
18 |
|
19 |
@app.route('/')
|
20 |
def index():
|
|
|
14 |
executor = Executor(app)
|
15 |
|
16 |
executor.init_app(app)
|
17 |
+
app.config['EXECUTOR_MAX_WORKERS'] = 10
|
18 |
|
19 |
@app.route('/')
|
20 |
def index():
|