jbilcke-hf HF staff commited on
Commit
0619325
1 Parent(s): e4d3d8a

slower video pre-loading

Browse files
src/app/interface/video-card/index.tsx CHANGED
@@ -69,7 +69,7 @@ export function VideoCard({
69
  useEffect(() => {
70
  setTimeout(() => {
71
  setShouldLoadVideo(true)
72
- }, index * 500)
73
  }, [index])
74
 
75
  return (
 
69
  useEffect(() => {
70
  setTimeout(() => {
71
  setShouldLoadVideo(true)
72
+ }, index * 1500)
73
  }, [index])
74
 
75
  return (