Skip to content

Request timeout configuration #1

Description

@crepererum

Currently the jsonrpsee client is constructed using the default configuration here:

let client = ClientBuilder::default().build_with_tokio(sender, receiver);

According to the upstream docs the default request timeout is 60s. For some settings it might be desirable to change this, either via another parameter or via a builder of the LspClient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions