1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 21:26:53 +00:00

(trunk web) another minor network/memory win: remove more fields that we don't use.

This commit is contained in:
Jordan Lee 2011-08-26 19:47:23 +00:00
parent 57962e7a60
commit a1094bafe4

View file

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