Closed
Description
@pylessard Hello :)
I dont know, but sometimes my timeout settings wont respects...
client = Client(conn, request_timeout=5)
client.open()
client.set_config('exception_on_negative_response', False)
client.set_config('exception_on_timeout', False)
client.set_config('p2_timeout', 10.0)
client.set_config('p2_server_max', 10.0)
client.set_config('request_timeout', 10.0)
client.set_config('p2_star_timeout', 10.0)
client.set_config('use_server_timing', False)
And sometimes my code throw this:
[TimeoutException] : Did not receive response in time. Global request timeout time has expired (timeout=1.968 sec)
Why? Where is takes timeout=1.968 sec?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels