Rtorrent: Difference between revisions
remove jesec-rtorrent |
add hint on how to increase the open file limit ( just encountered this myself) |
||
| Line 18: | Line 18: | ||
openFirewall = true; | openFirewall = true; | ||
}; | }; | ||
# If you have lots of torrents in the seed you may see rtorrent stack-trace with "too many open files" | |||
# to increase the limit of open files use: | |||
systemd.services.rtorrent.serviceConfig.LimitNOFILE = 16384; | |||
services.flood = { | services.flood = { | ||