Increase connection timeout to 600 seconds, which should always be higher than
the connect() timeout, so that we'll use that rather than our own timeout by defualt. There timeout was set low for Big Red, but causes problems for very large clusters, as there's no way to wire them up in 10 seconds most of the time. This commit was SVN r13062.
Этот коммит содержится в:
родитель
de51464aad
Коммит
03112254e7
@ -229,7 +229,7 @@ int mca_oob_tcp_component_open(void)
|
||||
"connect() timeout in seconds, before trying next interface",
|
||||
false,
|
||||
false,
|
||||
10,
|
||||
600,
|
||||
&mca_oob_tcp_component.tcp_timeout);
|
||||
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user