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
This commit is contained in:
Adrian Priestley
2025-01-05 09:55:45 -03:30
parent 04b2b88437
commit b3c8a56244

View File

@@ -6,6 +6,6 @@ SELFLAUNCH: true
JOB_THRESHOLD: 0
# Maximum concurrent world gens
GENERATORS: 8
GENERATORS: 3
HOSTERS: 5
HOSTERS: 4