1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-19 04:41:11 +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',
'desiredAvailable',
'downloadDir',
'downloadLimit',
'downloadLimited',
'downloadedEver',
'fileStats',
'haveUnchecked',
'haveValid',
'honorsSessionLimits',
'manualAnnounceTime',
'peer-limit',
'peers',
'seedIdleLimit',
'seedIdleMode',
'seedRatioLimit',
'startDate',
'trackerStats',
'uploadLimited',
'uploadLimit',
'webseedsSendingToUs'
];