Hash and track layer file chunks for torrenting
This commit is contained in:
parent
40c741f34e
commit
fe87d3c796
8 changed files with 115 additions and 10 deletions
|
@ -273,3 +273,6 @@ class DefaultConfig(object):
|
|||
'API_VERSION': 'v1',
|
||||
'API_TIMEOUT_SECONDS': 10,
|
||||
}
|
||||
|
||||
# Torrent management flags
|
||||
TORRENT_PIECE_SIZE = 512 * 1024
|
||||
|
|
Reference in a new issue