From 95f54cfc3fe2201b43c73b0e52252ede6b305aa5 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Mon, 7 Apr 2025 16:12:21 +0300 Subject: [PATCH 1/2] a --- src/optionsStorage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optionsStorage.ts b/src/optionsStorage.ts index 4d76ba0c..dc6e543e 100644 --- a/src/optionsStorage.ts +++ b/src/optionsStorage.ts @@ -78,7 +78,7 @@ const defaultOptions = { alwaysShowMobileControls: false, excludeCommunicationDebugEvents: [], preventDevReloadWhilePlaying: false, - numWorkers: 4, + numWorkers: 4, localServerOptions: { gameMode: 1 } as any, From 8ddc88c60bcbc394f2cb31f5f798a0b18ba1f6d5 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Mon, 7 Apr 2025 16:13:24 +0300 Subject: [PATCH 2/2] try fewer workers --- src/optionsStorage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optionsStorage.ts b/src/optionsStorage.ts index dc6e543e..a60fbb8d 100644 --- a/src/optionsStorage.ts +++ b/src/optionsStorage.ts @@ -78,7 +78,7 @@ const defaultOptions = { alwaysShowMobileControls: false, excludeCommunicationDebugEvents: [], preventDevReloadWhilePlaying: false, - numWorkers: 4, + numWorkers: 2, localServerOptions: { gameMode: 1 } as any,