Spaces:
Running
Running
fix: update concurrency limit
Browse files- 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 =
|
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__)
|