From 7b4fd57a94b68abaa4227ccfb182db229aba74ee Mon Sep 17 00:00:00 2001 From: DC Date: Fri, 22 Jul 2016 16:38:42 -0700 Subject: [PATCH] Perf: don't update torrent progres >1x per second --- src/renderer/controllers/torrent-controller.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/renderer/controllers/torrent-controller.js b/src/renderer/controllers/torrent-controller.js index c956fab1..2cfd56e5 100644 --- a/src/renderer/controllers/torrent-controller.js +++ b/src/renderer/controllers/torrent-controller.js @@ -129,8 +129,6 @@ module.exports = class TorrentController { // files which are completed after a video starts to play to be added // dynamically to the list of subtitles. // checkForSubtitles() - - dispatch('update') } torrentFileModtimes (torrentKey, fileModtimes) {