Skip to content

Commit

Permalink
Update lib/xandra.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide authored Apr 16, 2024
1 parent 6aedc4b commit f0818c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/xandra.ex
Original file line number Diff line number Diff line change
Expand Up @@ -448,10 +448,9 @@ defmodule Xandra do
doc: """
Options to forward to the socket transport. If the `:encryption` option is `true`,
then the transport is SSL (see the Erlang `:ssl` module) otherwise it's
TCP (see the `:gen_tcp` Erlang module).
Of note is the `:buffer` option (positive integer), which controls the size of the
user level buffer in use by the active mode socket. It is defaulted to 1_000_000 bytes.
TCP (see the `:gen_tcp` Erlang module). The `:buffer` option (`t:pos_integer/0`),
which controls the size of the user level buffer in use by the active mode
socket, defaults to `1_000_000` bytes.
"""
],

Expand Down

0 comments on commit f0818c3

Please sign in to comment.