Mmuzaf commented on code in PR #2988:
URL: https://github.com/apache/cassandra/pull/2988#discussion_r1537633362


##########
conf/cassandra.yaml:
##########
@@ -647,6 +647,17 @@ seed_provider:
       # based on the configured name service on the system. Defaults to 
"false".
       #  resolve_multiple_ip_addresses_per_dns_record: "false"
 
+
+#  - class_name: org.apache.cassandra.locator.UrlSeedProvider
+#    parameter:
+        # seeds_url points to config which container one seed per line.
+        # Ex: "http://<seeds-url-address>"
+#      - seeds_url: "http://127.0.0.1";
+        # read timout, 0 = no timeout.

Review Comment:
   It's worth mentioning here, that the default timeout is 30sec.



-- 
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]

Reply via email to