We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b61e8d commit c89a9dcCopy full SHA for c89a9dc
scripts/moduleReport.ts
@@ -6,7 +6,7 @@ import { gzip } from 'zlib';
6
import Table from 'cli-table';
7
8
// The maximum size we allow for a minimal useful Realtime bundle (i.e. one that can subscribe to a channel)
9
-const minimalUsefulRealtimeBundleSizeThresholdsKiB = { raw: 101, gzip: 31 };
+const minimalUsefulRealtimeBundleSizeThresholdsKiB = { raw: 102, gzip: 31 };
10
11
const baseClientNames = ['BaseRest', 'BaseRealtime'];
12
0 commit comments