rohan13 commited on
Commit
7f8aa2f
1 Parent(s): 9dfa66e

Update app.py

Browse files

Increasing worker threads

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():