Abhishek Thakur commited on
Commit
c9fd8fc
·
1 Parent(s): f39f071

concurrency_count

Browse files
Files changed (1) hide show
  1. competitions/cli/run.py +1 -1
competitions/cli/run.py CHANGED
@@ -24,4 +24,4 @@ class RunCompetitionsAppCommand(BaseCompetitionsCommand):
24
  def run(self):
25
  from ..competitions import demo
26
 
27
- demo.launch()
 
24
  def run(self):
25
  from ..competitions import demo
26
 
27
+ demo.launch(concurrency_count=50)