mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 19:23:29 +00:00
Allow NUM_WORKERS override (#2776)
Resolves #2610 ## Description: Add NUM_WORKERS env override for server worker count. ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced ## Please put your Discord username so you can be contacted if a bug or regression is found: aotumuri --------- Co-authored-by: Evan <evanpelle@gmail.com>
This commit is contained in:
@@ -14,6 +14,9 @@ DOMAIN=your-domain.com
|
||||
# API Key
|
||||
API_KEY=your_api_key_here
|
||||
|
||||
# Required for non-dev: server worker process count (defaults to 2 in dev)
|
||||
NUM_WORKERS=number_of_workers
|
||||
|
||||
# Server Hosts
|
||||
SERVER_HOST_STAGING=123.456.78.90
|
||||
SERVER_HOST_FALK1=123.456.78.91
|
||||
|
||||
Reference in New Issue
Block a user