Skip to content

Configurable network limits #82

@gbanasiak

Description

@gbanasiak

Async transport has the following hard-coded limits:

MAX_PENDING_TRANSMITS = 20
MAX_QUEUED_TRANSMITS = 950
QUEUE_TRANSMIT_UNBLOCK_THRESHOLD = 780
DROP_TRANSMITS_LEVEL = MAX_QUEUED_TRANSMITS + 100

In setups with high number of actors these arbitrary limits might be too small for the actor system to operate correctly. I'd like to have an option to modify these values through environment variables.

There's an existing PR for this: #75

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions