Skip to content

Commit c89a9dc

Browse files
committed
Update minimal bundle size
1 parent 2b61e8d commit c89a9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/moduleReport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { gzip } from 'zlib';
66
import Table from 'cli-table';
77

88
// 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 };
9+
const minimalUsefulRealtimeBundleSizeThresholdsKiB = { raw: 102, gzip: 31 };
1010

1111
const baseClientNames = ['BaseRest', 'BaseRealtime'];
1212

0 commit comments

Comments
 (0)