Arangox v0.5.4 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

Specs

authorize(Arangox.Connection.t()) :: :ok | {:error, Arangox.Error.t()}

Specs

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, 12_345

Cannot be changed during runtime. Defaults to 30_720.