gsavin commited on
Commit
9730d19
·
1 Parent(s): a08624f

fix: update concurrency limit

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -17,7 +17,7 @@ from game_constructor import (
17
  )
18
  from app_description import app_description
19
 
20
- CONCURRENCY_LIMIT = 100
21
 
22
 
23
  logger = logging.getLogger(__name__)
 
17
  )
18
  from app_description import app_description
19
 
20
+ CONCURRENCY_LIMIT = 10000
21
 
22
 
23
  logger = logging.getLogger(__name__)