Skip to content

Commit 14f46e0

Browse files
committed
increase update speed for replay data
1 parent e7280ca commit 14f46e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/module/ReplayModule.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export class ReplayModule {
289289
this.server.unsubscribe(this.namespace, this.type)
290290
this.playbackInterval = setInterval(() => {
291291
this.handleSandingPlayback()
292-
}, 5000)
292+
}, 500)
293293
this.handleSandingPlayback()
294294
}
295295

0 commit comments

Comments
 (0)