Skip to content

proxystore.endpoint.constants

Endpoint constants.

MAX_CHUNK_LENGTH module-attribute

MAX_CHUNK_LENGTH = 16 * 1000 * 1000

Maximum chunk length (bytes) for GET/SET requests to/from the endpoint.

MAX_OBJECT_SIZE_DEFAULT module-attribute

MAX_OBJECT_SIZE_DEFAULT = int(1000000000.0)

Default maximum endpoint object size in bytes.