Changes between Version 59 and Version 60 of MovedToGitHub/EditConfigFiles
- Timestamp:
- Oct 17, 2011, 2:45:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/EditConfigFiles
v59 v60 62 62 ''Note: When '''watch-dir-enabled''' is true, only the transmission-daemon, transmission-gtk, and transmission-qt applications will monitor '''watch-dir''' for new .torrent files and automatically load them.'' 63 63 ==== Misc ==== 64 * '''cache-size-mb:''' Size, in megabytes, to allocate for Transmission's memory cache. The cache is used to help batch disk IO together, so increasing the cache size can be used to reduce the number of disk reads and writes. 64 65 * '''dht-enabled:''' Boolean (default = true) Enable [http://wiki.theory.org/BitTorrentSpecification#Distributed_Hash_Table Distributed Hash Table (DHT)]. 65 * '''encryption:''' Number (0 = Off, 1 = Preferred, 2 = Forced, default = 1) [http://wiki.vuze.com/w/Message_Stream_Encryption Encryption] preference. May help get around some ISP filtering.66 * '''encryption:''' Number (0 = Prefer unencrypted connections, 1 = Prefer encrypted connections, 2 = Require encrypted connections; default = 1) [http://wiki.vuze.com/w/Message_Stream_Encryption Encryption] preference. Encryption may help get around some ISP filtering, but at the cost of slightly higher CPU use. 66 67 * '''lazy-bitfield-enabled:''' Boolean (default = true) May help get around some ISP filtering. [http://wiki.vuze.com/w/Commandline_options#Network_Options Vuze specification]. 67 68 * '''lpd-enabled:''' Boolean (default = false) Enable [http://en.wikipedia.org/wiki/Local_Peer_Discovery Local Peer Discovery (LPD)].