Setup ropr buffer sizes for rsync operations
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user