Arangox v0.3.0 Arangox.Client.Velocy 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 Source
authorize(Arangox.Connection.t()) :: :ok | {:error, Arangox.Error.t()}
Link to this function

vst_maxsize()

View Source
vst_maxsize() :: pos_integer()

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, integer

Defaults to 30720.