network.asciidoc 555 B

12345678910111213141516
  1. [float]
  2. [[breaking_80_network_changes]]
  3. === Network changes
  4. //NOTE: The notable-breaking-changes tagged regions are re-used in the
  5. //Installation and Upgrade Guide
  6. //tag::notable-breaking-changes[]
  7. // end::notable-breaking-changes[]
  8. [float]
  9. ==== Removal of old network settings
  10. The `network.tcp.connect_timeout` setting was deprecated in 7.x and has been removed in 8.0. This setting
  11. was a fallback setting for `transport.connect_timeout`. To change the default connection timeout for client
  12. connections `transport.connect_timeout` should be modified.