Browse Source

同步点赞数量缩短至30秒

wolyshaw 3 years ago
parent
commit
2e8598d330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/live-broadcast/runtime.ts

+ 1 - 1
src/components/live-broadcast/runtime.ts

@@ -463,7 +463,7 @@ export const loopSyncLike = async () => {
   }
   setTimeout(() => {
     loopSyncLike()
-  }, 1000 * 60)
+  }, 1000 * 30)
 }
 
 type SendMessageType = 'text' | 'image' | 'audio' | 'video' | 'file' | 'SeatsCtrl' | 'ChatBan' | 'SeatApply' | 'SeatResponse'