rohan13 commited on
Commit
ec6b056
2 Parent(s): 4c1998c 7f8aa2f

Merge remote-tracking branch 'origin/main' into main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'] = 5
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():