Skip to content

Add 'read_timeout' option in HTTP Client #170

Closed
@ud803

Description

@ud803

from the link : https://docs.python-arango.com/en/main/http.html

Hi, I'm using python-arango well, and thanks for the nice library.

I'm upserting bulk documents into ArangoDB, and it often exceed 60 seconds which is default of python requests' time out option.

However, in order to increase the read timeout, I have to implement the whole Custom HTTP according to the guided url(https://docs.python-arango.com/en/main/http.html).

I think it would be nice if it's implemented in ArangoClient(). THanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions