Skip to content

Commit 2b5e753

Browse files
committed
chore(webapp): apply oxfmt formatting to realtime fan-out metrics
1 parent 18fa151 commit 2b5e753

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

apps/webapp/app/services/realtime/envChangeRouter.server.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ export type EnvChangeRouterOptions = {
5757
* (columnSig,runId) among them (the serialize-once-per-batch floor). `deliveries / distinctRuns`
5858
* is the average number of feeds a changed run is delivered to; a shared-serialization step would
5959
* save at most `deliveries - distinctRuns` encodings. */
60-
onEmissionFanout?: (stats: {
61-
distinctRuns: number;
62-
deliveries: number;
63-
feeds: number;
64-
}) => void;
60+
onEmissionFanout?: (stats: { distinctRuns: number; deliveries: number; feeds: number }) => void;
6561
/** Read-your-writes gate over the replica: delays wake-path hydrates until the replica
6662
* should have applied the change (record.updatedAtMs + lag + margin), and re-hydrates
6763
* rows the tripwire still finds stale. Omit to hydrate immediately (legacy behavior). */

0 commit comments

Comments
 (0)