Changes between Version 38 and Version 39 of MovedToGitHub/EditConfigFiles


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

add 'rename-partial-files' option. Thanks Juliusz

Legend:

Unmodified
Added
Removed
Modified
  • MovedToGitHub/EditConfigFiles

    v38 v39  
    2323=== Options ===
    2424==== Advanced ====
     25 * '''dht-enabled:''' Boolean (default = true)
    2526 * '''encryption:''' Number (0 = Off, 1 = Preferred, 2 = Forced, default = 1)
    2627 * '''lazy-bitfield-enabled:''' Boolean (default = true)
     
    2829 * '''peer-socket-tos:''' Number (default = 0)
    2930 * '''pex-enabled:''' Boolean (default =  true)
    30  * '''dht-enabled:''' Boolean (default = true)
     31 * '''rename-partial-files:''' Boolean (default = true)
    3132 * '''preallocation:''' Number (0 = Off, 1 = Fast, 2 = Full (slower but reduces disk fragmentation), default = 1)
    3233 * '''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.