Skip to content

Commit 3a9bca2

Browse files
d-csclaude
andcommitted
chore(mollifier): drop docs/realtime change from PR
Revert docs/realtime/react-hooks/subscribe.mdx to match main — the realtime-burst Note belongs in a separate docs pass, not in the mollifier feature PR. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3a1494d commit 3a9bca2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

docs/realtime/react-hooks/subscribe.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ Trigger a task and immediately subscribe to its run. Details in the [triggering]
2121

2222
The `useRealtimeRun` hook allows you to subscribe to a run by its ID.
2323

24-
<Note>
25-
During sustained traffic bursts the platform may briefly buffer new triggers before
26-
materialising them. `useRealtimeRun` keeps the subscription open across this window and
27-
begins streaming as soon as the run is materialised — typically sub-second.
28-
</Note>
29-
30-
3124
```tsx
3225
"use client"; // This is needed for Next.js App Router or other RSC frameworks
3326

0 commit comments

Comments
 (0)