Skip to content

Commit 509e481

Browse files
authored
Update README.md
1 parent 5338ff2 commit 509e481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ psql -h 127.0.0.1 -p 6432 -c 'SELECT 1'
4747
| `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` |
4848
| `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` |
4949
| `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` |
5150
| | | |
5251
| **`user`** | | |
5352
| `name` | The user name. | `sharding_user` |

0 commit comments

Comments
 (0)