Skip to content

Commit

Permalink
docs: document the watch-dir-force-generic setting (transmission#5819)
Browse files Browse the repository at this point in the history
  • Loading branch information
tearfur authored Jul 28, 2023
1 parent c6e47c2 commit 76ced61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Editing-Configuration-Files.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Here is a sample of the three basic types: respectively Boolean, Number and Stri
* **watch-dir:** String
* **watch-dir-enabled:** Boolean (default = false) Watch a directory for torrent files and add them to Transmission.
_Note: When **watch-dir-enabled** is true, only the transmission-daemon, transmission-gtk, and transmission-qt applications will monitor **watch-dir** for new .torrent files and automatically load them._
* **watch-dir-force-generic**: Boolean (default = false) Force to use a watch directory implementation that does not rely on OS-specific mechanisms. Useful when your watch directory is on a network location, such as CIFS or NFS.
_Note: transmission-daemon only._

#### Misc
* **cache-size-mb:** Number (default = 4), in megabytes, to allocate for Transmission's memory cache. The cache is used to help batch disk IO together, so increasing the cache size can be used to reduce the number of disk reads and writes. The value is the total available to the Transmission instance. Setting this to 0 bypasses the cache, which may be useful if your filesystem already has a cache layer that aggregates transactions.
Expand Down

0 comments on commit 76ced61

Please sign in to comment.