disable experimentalClientSelfReload by default until it's reworked with more fine-tuned checks against server connection

This commit is contained in:
Vitaly Turovsky 2025-08-20 20:02:57 +03:00
commit 4a5f2e799c

View file

@ -84,7 +84,7 @@ export const defaultOptions = {
gameMode: 1
} as any,
preferLoadReadonly: false,
experimentalClientSelfReload: true,
experimentalClientSelfReload: false,
remoteSoundsSupport: false,
remoteSoundsLoadTimeout: 500,
disableLoadPrompts: false,