...as this works against the idea of having all constants in one central place so that they can be changed in a simple way.
Signed-off-by: Klaus Aehlig <[email protected]> --- lib/rpc/transport.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/rpc/transport.py b/lib/rpc/transport.py index 8271016..47f1433 100644 --- a/lib/rpc/transport.py +++ b/lib/rpc/transport.py @@ -70,7 +70,8 @@ class Transport: There are two timeouts used since we might want to wait for a long time for a response, but the connect timeout should be lower. - If not passed, we use a default of 10 and respectively 60 seconds. + If not passed, we use the default luxi timeouts from the global + constants file. Note that on reading data, since the timeout applies to an invidual receive, it might be that the total duration is longer -- 2.7.0.rc3.207.g0ac5344
