Add WEB_CONCURRENCY=8 to devcontainer example for improved performance under load

This commit is contained in:
Charles Arroyo 2025-05-06 15:48:23 -05:00
parent e104c0b4ea
commit 5894511fc7

View file

@ -50,6 +50,7 @@ services:
command: sleep infinity command: sleep infinity
environment: environment:
- SHELL=/bin/bash - SHELL=/bin/bash
- WEB_CONCURRENCY=8
volumes: volumes:
- ..:/workspace:cached - ..:/workspace:cached
# Enable if you require git cloning # Enable if you require git cloning