add torrent options to config

This commit is contained in:
Jimmy Zelinskie 2015-12-31 14:35:06 -05:00
parent c780572e69
commit a0e5de8f29
2 changed files with 6 additions and 3 deletions

View file

@ -276,3 +276,6 @@ class DefaultConfig(object):
# Torrent management flags
TORRENT_PIECE_SIZE = 512 * 1024
TORRENT_ANNOUNCE_URL = 'https://localhost:6881/announce'
TORRENT_NAMING_SALT = '3ae93fef-c30a-427e-9ba0-eea0fd710419'