Hash and track layer file chunks for torrenting

This commit is contained in:
Jake Moshenko 2015-12-30 17:19:19 -05:00 committed by Jimmy Zelinskie
parent 40c741f34e
commit fe87d3c796
8 changed files with 115 additions and 10 deletions

View file

@ -273,3 +273,6 @@ class DefaultConfig(object):
'API_VERSION': 'v1',
'API_TIMEOUT_SECONDS': 10,
}
# Torrent management flags
TORRENT_PIECE_SIZE = 512 * 1024