add torrent options to config
This commit is contained in:
parent
c780572e69
commit
a0e5de8f29
2 changed files with 6 additions and 3 deletions
|
@ -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'
|
||||
|
||||
|
|
Reference in a new issue