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:
parent
57962e7a60
commit
a1094bafe4
1 changed files with 0 additions and 10 deletions
|
@ -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'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue