File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ When updating a document that was previously/concurrently updated by another use
206
206
207
207
208
208
<a name =" setting_up_failover " ></a >
209
- ## Setting up failover
209
+ ## Setting up active failover
210
210
211
211
By default the PHP client will connect to a single endpoint only,
212
212
by specifying a string value for the endpoint in the ` ConnectionOptions ` ,
@@ -227,7 +227,7 @@ $connectionOptions = [
227
227
];
228
228
```
229
229
Using this option requires ArangoDB 3.3 or higher and the database running
230
- in active/passive failover mode.
230
+ in active failover mode.
231
231
232
232
The driver will by default try to connect to the first server endpoint in the
233
233
endpoints array, and only try the following servers if no connection can be
You can’t perform that action at this time.
0 commit comments