Jump to content

leecher12312

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by leecher12312

  1. I managed to set up qbittorrent on docker and it works flawlessly!

     

    I had some issues though with downloading speeds with frequent drops. As all memory and caching options is hidden in webui I added these settings to qBittorrent.conf and it did a massive improvement. I now have full speed without drops.

     

    (First make a backup of config!)

     

    Add these to [Bittorrent] section:

    Session\AsyncIOThreadsCount=4

    Session\SendBufferLowWatermark=160
    Session\SendBufferWatermark=15000
    Session\SendBufferWatermarkFactor=150

     

    Add to [Preferences] section:

    Downloads\DiskWriteCacheSize=-1
    Downloads\DiskWriteCacheTTL=300

    • Like 1
×
×
  • Create New...