diff --git a/examples/server/webui/src/main.js b/examples/server/webui/src/main.js index ec89ad3dd..e7e6b8bb4 100644 --- a/examples/server/webui/src/main.js +++ b/examples/server/webui/src/main.js @@ -19,7 +19,7 @@ import { asyncIterator } from '@sec-ant/readable-stream/ponyfill/asyncIterator'; import pako from "pako"; const isDev = import.meta.env.MODE === "development"; -const useCompression = true; // set to true if you want to use gzip compression for local storage +const useCompression = false; // set to true if you want to use gzip compression for local storage // utility functions const isString = (x) => !!x.toLowerCase;