lib/fastly/models/backend.rb in fastly-8.9.0 vs lib/fastly/models/backend.rb in fastly-8.10.0

- old
+ new

@@ -26,13 +26,13 @@ attr_accessor :client_cert # A freeform descriptive note. attr_accessor :comment - # Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. + # Maximum duration in milliseconds to wait for a connection to this backend to be established. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.connect_timeout`. attr_accessor :connect_timeout - # Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthethic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. + # Maximum duration in milliseconds to wait for the server response to begin after a TCP connection is established and the request has been sent. If exceeded, the connection is aborted and a synthetic `503` response will be presented instead. May be set at runtime using `bereq.first_byte_timeout`. attr_accessor :first_byte_timeout # The name of the healthcheck to use with this backend. attr_accessor :healthcheck