Changes between Version 37 and Version 38 of MovedToGitHub/EditConfigFiles


Ignore:
Timestamp:
Sep 20, 2009, 2:52:55 PM (14 years ago)
Author:
charles
Comment:

add a note about base 8 vs. base 10 in umask. (#2431)

Legend:

Unmodified
Added
Removed
Modified
  • MovedToGitHub/EditConfigFiles

    v37 v38  
    3030 * '''dht-enabled:''' Boolean (default = true)
    3131 * '''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.
    3333==== Bandwidth ====
    3434 * '''speed-limit-down:''' Number (KB/s, default = 100)