mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
Add WEB_CONCURRENCY=8 to devcontainer example for improved performance under load
This commit is contained in:
parent
e104c0b4ea
commit
5894511fc7
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ services:
|
|||
command: sleep infinity
|
||||
environment:
|
||||
- SHELL=/bin/bash
|
||||
- WEB_CONCURRENCY=8
|
||||
volumes:
|
||||
- ..:/workspace:cached
|
||||
# Enable if you require git cloning
|
||||
|
|
|
|||
Loading…
Reference in a new issue