Arangox v0.4.1 Arangox.VelocyClient View Source
The default client. Implements the VelocyStream protocol.
URI query parsing functions proudly stolen from Plataformatec and licensed under Apache 2.0.
Link to this section Summary
Functions
Returns the configured maximum size (in bytes) for a VelocyPack chunk.
Link to this section Functions
Link to this function
authorize(state)
View Sourceauthorize(Arangox.Connection.t()) :: :ok | {:error, Arangox.Error.t()}
Returns the configured maximum size (in bytes) for a VelocyPack chunk.
To change the chunk size, include the following in your config/config.exs
:
config :arangox, :vst_maxsize, 12_345
Defaults to 30_720
.