Commit f23beba
Gate LiveActivity 300ms delay on RSC_SUSPENSE_DEMO_DELAY
The setTimeout was firing on every request, including production
deployments — verified via curl on the review-app: /rsc_payload/
LiveActivity took ~1000ms vs ~620ms for /rsc_payload/ServerComponentsPage
across 3 trials, ~400ms gap matching the unconditional 300ms delay.
Same opt-in gate as CommentsFeed: enabled when env var is exactly 'true',
off by default. Review-app keeps the visible behavior because app.yml
sets RSC_SUSPENSE_DEMO_DELAY=true.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 09b113e commit f23beba
1 file changed
Lines changed: 7 additions & 4 deletions
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments