When moving files from download folder to the final destination, the move is quite slow.
It seems like sonarr is reading in 8kb from the download folder and writing in 8kb in the destination folder.
Is this the case?
If so, is there a way to change this parameter to a higher value, like 128kb?
Sonarr doesn’t control anything, it uses builtin functionality in .net/mono and one of these 3 actions:
Hardlink
Copy
Move
For seeding torrents it uses Hardlinking if enabled and supported otherwise it copies, moving is done for usenet or torrents that have finished seeding