Packages
FerricFlow durable workflows and queues with native-protocol storage, Raft durability, and Bitcask persistence.
Current section
Files
Jump to
Current section
Files
lib/ferricstore/flow/internal_limits.ex
defmodule Ferricstore.Flow.InternalLimits do
@moduledoc false
@payload_return_max_bytes 64 * 1_024
@spec payload_return_max_bytes() :: pos_integer()
def payload_return_max_bytes, do: @payload_return_max_bytes
end