mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 08:38:10 +00:00
increase number of worker in prod config 6=>20
This commit is contained in:
@@ -6,7 +6,7 @@ export const prodConfig = new (class extends DefaultServerConfig {
|
||||
return "openfront-prod";
|
||||
}
|
||||
numWorkers(): number {
|
||||
return 6;
|
||||
return 20;
|
||||
}
|
||||
env(): GameEnv {
|
||||
return GameEnv.Prod;
|
||||
|
||||
Reference in New Issue
Block a user