mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 23:23:24 -07:00
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:
@@ -6,6 +6,6 @@ SELFLAUNCH: true
|
||||
JOB_THRESHOLD: 0
|
||||
|
||||
# Maximum concurrent world gens
|
||||
GENERATORS: 8
|
||||
GENERATORS: 3
|
||||
|
||||
HOSTERS: 5
|
||||
HOSTERS: 4
|
||||
|
||||
Reference in New Issue
Block a user