Spaces:
Runtime error
Runtime error
Update app.py
Browse filesIncreasing worker threads
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():
|