blackbeam / rust-mysql-simple

Mysql client library implemented in rust.
Apache License 2.0
665 stars 146 forks source link

how to modify the retry interval #180

Closed nbari closed 5 years ago

nbari commented 5 years ago

Complementing https://stackoverflow.com/q/56460185/1135424

It is possible to define the retry interval?

blackbeam commented 5 years ago

Hi.

IIUC pool does not perform any retries.