This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Maximum and minimum number of peers to connect to per torrent. | |
| min_peers = 40 | |
| max_peers = 64 | |
| # Same as above but for seeding completed torrents (-1 = same as downloading) | |
| min_peers_seed = 1 | |
| max_peers_seed = 1 | |
| # Maximum number of simultanious uploads per torrent. | |
| max_uploads = 10 |