Commit a36a57c
committed
fix: disable transcript polling since we use real-time IPC events
Removed refetchInterval from useTranscript query since we get real-time
updates via IPC events from Recall.ai. Query still fetches once on mount
for historical segments but doesn't continuously poll the backend.1 parent 93ed3df commit a36a57c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments