Skip to content

Commit 4ca50b9

Browse files
authored
Update README.md
1 parent a556ec1 commit 4ca50b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ SET SERVER ROLE TO 'default';
101101

102102
The setting will persist until it's changed again or the client disconnects.
103103

104-
By default, all queries are routed to all servers; `default_role` setting controls this behavior.
104+
By default, all queries are routed to the first available server; `default_role` setting controls this behavior.
105105

106106
### Failover
107107
All servers are checked with a `SELECT 1` query before being given to a client. If the server is not reachable, it will be banned and cannot serve any more transactions for the duration of the ban. The queries are routed to the remaining servers. If all servers become banned, the ban list is cleared: this is a safety precaution against false positives. The primary can never be banned.

0 commit comments

Comments
 (0)