Skip to content

Commit 4a5f2e7

Browse files
committed
disable experimentalClientSelfReload by default until it's reworked with more fine-tuned checks against server connection
1 parent a8fa3d4 commit 4a5f2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/defaultOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const defaultOptions = {
8484
gameMode: 1
8585
} as any,
8686
preferLoadReadonly: false,
87-
experimentalClientSelfReload: true,
87+
experimentalClientSelfReload: false,
8888
remoteSoundsSupport: false,
8989
remoteSoundsLoadTimeout: 500,
9090
disableLoadPrompts: false,

0 commit comments

Comments
 (0)