lib/fastly/models/backend.rb in fastly-4.1.0 vs lib/fastly/models/backend.rb in fastly-4.2.0

- old
+ new

@@ -44,10 +44,10 @@ attr_accessor :ipv4 # IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. attr_accessor :ipv6 - # How long to keep a persistent connection to the backend between requests. + # How long in seconds to keep a persistent connection to the backend between requests. attr_accessor :keepalive_time # Maximum number of concurrent connections this backend will accept. attr_accessor :max_conn