Setup ropr buffer sizes for rsync operations

This commit is contained in:
Kovid Goyal
2021-09-19 17:19:34 +05:30
parent 85be3e4ed1
commit 1d1d82ca50
3 changed files with 20 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ class RsyncError(Exception):
pass
def begin_create_signature(file_size: int = -1, strong_len: int = 0) -> JobCapsule:
def begin_create_signature(file_size: int = -1, strong_len: int = 0) -> Tuple[JobCapsule, int, int]:
pass