View Source Arangox.VelocyClient (Arangox v0.7.0)

The default client. Implements the VelocyStream protocol.

URI query parsing functions proudly stolen from Plataformatec and licensed under Apache 2.0.

Summary

Functions

Returns the configured maximum size (in bytes) for a VelocyPack chunk.

Functions

Link to this function

maybe_authenticate(state)

View Source
@spec maybe_authenticate(Arangox.Connection.t()) :: :ok | {:error, Arangox.Error.t()}
@spec 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.