Closed
Description
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.