Files
Archipelago/deploy/example_selflaunch.yaml
Adrian Priestley b3c8a56244 fix(deploy): Adjust concurrency settings for self-launch configuration
- Reduce the number of world generators from 8 to 3
- Decrease the number of hosters from 5 to 4
2025-01-05 09:55:45 -03:30

12 lines
195 B
YAML

# Refer to ../docs/webhost configuration sample.yaml
# We'll be hosting VIA gunicorn
SELFHOST: false
SELFLAUNCH: true
JOB_THRESHOLD: 0
# Maximum concurrent world gens
GENERATORS: 3
HOSTERS: 4