File tree Expand file tree Collapse file tree
apps/webapp/app/services/realtime Expand file tree Collapse file tree Original file line number Diff line number Diff 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). */
You can’t perform that action at this time.
0 commit comments