+28
lib/config.ml
+28
lib/config.ml
···
+15
-3
lib/connection.ml
+15
-3
lib/connection.ml
···
+50
-15
lib/conpool.ml
+50
-15
lib/conpool.ml
······+let rec create_connection_with_retry (pool : ('clock, 'net) internal) endpoint attempt last_error =···+raise (Pool_error (Connection_failed { endpoint; attempts = attempt; last_error = error_msg }))let delay = Config.connect_retry_delay pool.config *. (2.0 ** float_of_int (attempt - 1)) in+raise (Pool_error (Connection_failed { endpoint; attempts = attempt; last_error = error_msg }))···
+27
lib/conpool.mli
+27
lib/conpool.mli
···
+8
lib/endpoint.ml
+8
lib/endpoint.ml
···