]> granicus.if.org Git - transmission/commitdiff
(trunk web) another minor network/memory win: remove more fields that we don't use.
authorJordan Lee <jordan@transmissionbt.com>
Fri, 26 Aug 2011 19:47:23 +0000 (19:47 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Fri, 26 Aug 2011 19:47:23 +0000 (19:47 +0000)
web/javascript/torrent.js

index 0e0afb50671d54f35577512c6142a7bef4fe7abd..e1c782979bc79cbaf506033351580e70e49d6de4 100644 (file)
@@ -98,23 +98,13 @@ Torrent.Fields.StatsExtra = [
        'activityDate',
        'desiredAvailable',
        'downloadDir',
-       'downloadLimit',
-       'downloadLimited',
        'downloadedEver',
        'fileStats',
        'haveUnchecked',
        'haveValid',
-       'honorsSessionLimits',
-       'manualAnnounceTime',
-       'peer-limit',
        'peers',
-       'seedIdleLimit',
-       'seedIdleMode',
        'seedRatioLimit',
-       'startDate',
        'trackerStats',
-       'uploadLimited',
-       'uploadLimit',
        'webseedsSendingToUs'
 ];