This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit df3bba680cb41bad28a92ebcf3f1f414dd1cf4c7 Author: Zhijiang <[email protected]> AuthorDate: Fri Jun 28 16:35:41 2019 +0800 [hotfix][docs] Regenerate blob server configuration docs --- docs/_includes/generated/blob_server_configuration.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_includes/generated/blob_server_configuration.html b/docs/_includes/generated/blob_server_configuration.html index 36b69c6..8749934 100644 --- a/docs/_includes/generated/blob_server_configuration.html +++ b/docs/_includes/generated/blob_server_configuration.html @@ -8,16 +8,16 @@ </thead> <tbody> <tr> - <td><h5>blob.client.socket.timeout</h5></td> - <td style="word-wrap: break-word;">300000</td> - <td>The socket timeout in milliseconds for the blob client.</td> - </tr> - <tr> <td><h5>blob.client.connect.timeout</h5></td> <td style="word-wrap: break-word;">0</td> <td>The connection timeout in milliseconds for the blob client.</td> </tr> <tr> + <td><h5>blob.client.socket.timeout</h5></td> + <td style="word-wrap: break-word;">300000</td> + <td>The socket timeout in milliseconds for the blob client.</td> + </tr> + <tr> <td><h5>blob.fetch.backlog</h5></td> <td style="word-wrap: break-word;">1000</td> <td>The config parameter defining the backlog of BLOB fetches on the JobManager.</td>
