You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`connect_timeout`| Maximum time to establish a connection to a server (milliseconds). If reached, the server is banned and the next target is attempted. |`5000`|
48
48
|`healthcheck_timeout`| Maximum time to pass a health check (`SELECT 1`, milliseconds). If reached, the server is banned and the next target is attempted. |`1000`|
49
49
|`ban_time`| Ban time for a server (seconds). It won't be allowed to serve transactions until the ban expires; failover targets will be used instead. |`60`|
50
-
|`statsd_address`| StatsD host and port. Statistics will be sent there every 15 seconds. |`127.0.0.1:8125`|
0 commit comments