Skip to content

Commit 34d53b3

Browse files
committed
Add more time for live channel to update
1 parent 09dc048 commit 34d53b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/lib/live.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export function useLiveInfo(options: Options): InfoState {
184184
return
185185
}
186186

187-
const t = setTimeout(next, soonest + 1)
187+
const t = setTimeout(next, soonest + 500)
188188
return () => clearTimeout(t)
189189
},
190190
[next, state.data, state.loading, options.skip],

0 commit comments

Comments
 (0)