Skip to content

Commit

Permalink
Update minimal bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
VeskeR committed Jan 22, 2025
1 parent cdfb1b0 commit 8dc5396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/moduleReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { gzip } from 'zlib';
import Table from 'cli-table';

// The maximum size we allow for a minimal useful Realtime bundle (i.e. one that can subscribe to a channel)
const minimalUsefulRealtimeBundleSizeThresholdsKiB = { raw: 101, gzip: 31 };
const minimalUsefulRealtimeBundleSizeThresholdsKiB = { raw: 102, gzip: 31 };

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

Expand Down

0 comments on commit 8dc5396

Please sign in to comment.