Changes between Version 37 and Version 38 of MovedToGitHub/EditConfigFiles
- Timestamp:
- Sep 20, 2009, 2:52:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/EditConfigFiles
v37 v38 30 30 * '''dht-enabled:''' Boolean (default = true) 31 31 * '''preallocation:''' Number (0 = Off, 1 = Fast, 2 = Full (slower but reduces disk fragmentation), default = 1) 32 * '''umask:''' Number (default = 022) 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.32 * '''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 33 ==== Bandwidth ==== 34 34 * '''speed-limit-down:''' Number (KB/s, default = 100)