@@ -10,9 +10,9 @@ Supports [VelocyStream](https://www.arangodb.com/2017/08/velocystream-async-bina
10
10
11
11
Tested on:
12
12
13
- - __ ArangoDB __ 3.3.9 - 3.6
14
- - __ Elixir __ 1.6 - 1.10
15
- - __ OTP __ 20 - 22
13
+ - ** ArangoDB ** 3.3.9 - 3.6
14
+ - ** Elixir ** 1.6 - 1.10
15
+ - ** OTP ** 20 - 23
16
16
17
17
[ Documentation] ( https://hexdocs.pm/arangox/readme.html )
18
18
@@ -129,9 +129,9 @@ iex> Arangox.options(conn, "/")
129
129
}}
130
130
```
131
131
132
- __ NOTE: __ ` :mint ` doesn't support unix sockets.
132
+ ** NOTE: ** ` :mint ` doesn't support unix sockets.
133
133
134
- __ NOTE: __ Since ` :gun ` is an Erlang library, you _ might_ need to add it as an extra application in ` mix.exs ` :
134
+ ** NOTE: ** Since ` :gun ` is an Erlang library, you _ might_ need to add it as an extra application in ` mix.exs ` :
135
135
136
136
``` elixir
137
137
def application () do
@@ -152,9 +152,9 @@ config :arangox, :json_library, Poison
152
152
153
153
### Benchmarks
154
154
155
- __ pool size __ 10
156
- __ parallel processes __ 1000
157
- __ system __ virtual machine, 1 cpu (not shared), 2GB RAM
155
+ ** pool size ** 10
156
+ ** parallel processes ** 1000
157
+ ** system ** virtual machine, 1 cpu (not shared), 2GB RAM
158
158
159
159
| Name | Latency |
160
160
| ------------ | --------- |
@@ -331,7 +331,7 @@ See [`:gen_tcp.connect_option()`](http://erlang.org/doc/man/gen_tcp.html#type-co
331
331
for more information on ` :tcp_opts ` , or [ ` :ssl.tls_client_option() ` ] ( http://erlang.org/doc/man/ssl.html#type-tls_client_option ) for ` :ssl_opts ` .
332
332
333
333
The ` :client_opts ` option can be used to pass client-specific options to ` :gun ` or ` :mint ` .
334
- These options are merged with and may override values set by arangox. Some options cannot be
334
+ These options are merged with and may override values set by arangox. Some options cannot be
335
335
overridden (i.e. ` :mint ` 's ` :mode ` option). If ` :transport_opts ` is set here it will override
336
336
everything given to ` :tcp_opts ` or ` :ssl_opts ` , regardless of whether or not a connection is
337
337
encrypted.
@@ -369,4 +369,4 @@ mix test
369
369
370
370
- ` :get_endpoints ` and ` :port_mappings ` options
371
371
- An Ecto adapter
372
- - More descriptive logs
372
+ - More descriptive logs
0 commit comments