Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Vitaly
70bd15746f
Merge branch 'next' into perf-tests 2025-04-07 17:05:03 +03:00
Vitaly Turovsky
ae45491cc4 Merge branch 'next' into perf-tests 2025-04-07 16:46:05 +03:00
Vitaly Turovsky
8ddc88c60b try fewer workers 2025-04-07 16:13:24 +03:00
Vitaly Turovsky
95f54cfc3f a 2025-04-07 16:12:21 +03:00

View file

@ -78,7 +78,7 @@ const defaultOptions = {
alwaysShowMobileControls: false, alwaysShowMobileControls: false,
excludeCommunicationDebugEvents: [], excludeCommunicationDebugEvents: [],
preventDevReloadWhilePlaying: false, preventDevReloadWhilePlaying: false,
numWorkers: 4, numWorkers: 2,
localServerOptions: { localServerOptions: {
gameMode: 1 gameMode: 1
} as any, } as any,