Changes between Version 39 and Version 40 of MovedToGitHub/EditConfigFiles
- Timestamp:
- Jan 7, 2010, 12:34:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/EditConfigFiles
v39 v40 29 29 * '''peer-socket-tos:''' Number (default = 0) 30 30 * '''pex-enabled:''' Boolean (default = true) 31 * '''rename-partial-files:''' Boolean (default = true) 31 * '''rename-partial-files:''' Boolean (default = true) Sets wether default Transmission should postfix partially downloaded files with ".part". 32 32 * '''preallocation:''' Number (0 = Off, 1 = Fast, 2 = Full (slower but reduces disk fragmentation), default = 1) 33 * '''umask:''' Number (default = 18) Set transmission's file mode creation mask. See [http://developer.apple.com/documentation/Darwin/Reference/ManPages/man2/umask.2.html the umask(2) manpage] for more information. Users who want their saved torrents to be world-writable may want to set this value to 0. Bear in mind that the json markup language only accepts numbers in base 10, so the standard umask(2) octal notation "022" is written in settings.json as 18.33 * '''umask:''' Number (default = 18) Sets transmission's file mode creation mask. See [http://developer.apple.com/documentation/Darwin/Reference/ManPages/man2/umask.2.html the umask(2) manpage] for more information. Users who want their saved torrents to be world-writable may want to set this value to 0. Bear in mind that the json markup language only accepts numbers in base 10, so the standard umask(2) octal notation "022" is written in settings.json as 18. 34 34 ==== Bandwidth ==== 35 35 * '''speed-limit-down:''' Number (KB/s, default = 100)