Open lvn2007 opened 2 months ago
In server module, It seems like the default timeout mentioned in documentation is not aligned with the implementation of wait_for_tcp. In the doc, the default is 1200 seconds while wait_for_tcp, it's (60 * 2) seconds.
server
wait_for_tcp
1200
(60 * 2)
In
server
module, It seems like the default timeout mentioned in documentation is not aligned with the implementation ofwait_for_tcp
. In the doc, the default is1200
seconds whilewait_for_tcp
, it's(60 * 2)
seconds.