SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

pipeline_length Property

The number of parallelized transfer requests.

Syntax

def get_pipeline_length() -> int: ...
def set_pipeline_length(value: int) -> None: ...

pipeline_length = property(get_pipeline_length, set_pipeline_length)

Default Value

32

Remarks

This property controls the number of upload/download requests sent simultaneously. This speeds the transfer up, but may lead to issues with older/immature servers.

Typically you will only need to adjust this property if the default transfer settings (auto_adjust_transfer_block) don't work.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 Python Edition - Version 20.0 [Build 8166]