Changes between Version 39 and Version 40 of MovedToGitHub/EditConfigFiles


Ignore:
Timestamp:
Jan 7, 2010, 12:34:32 AM (13 years ago)
Author:
Waldorf
Comment:

add 'rename-partial-files' explanation

Legend:

Unmodified
Added
Removed
Modified
  • MovedToGitHub/EditConfigFiles

    v39 v40  
    2929 * '''peer-socket-tos:''' Number (default = 0)
    3030 * '''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".
    3232 * '''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.
    3434==== Bandwidth ====
    3535 * '''speed-limit-down:''' Number (KB/s, default = 100)