attilapiros commented on code in PR #42402: URL: https://github.com/apache/spark/pull/42402#discussion_r1287769473
########## docs/configuration.md: ########## @@ -2397,6 +2397,14 @@ Apart from these, the following properties are also available, and may be useful </td> <td>1.3.0</td> </tr> +<tr> + <td><code>spark.network.timeoutInterval</code></td> + <td>60s</td> Review Comment: Oh I see those are not hardcoded values read from the default of the other config. In this case it is fine! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
