Skip to main content

include/pharos@internal@connection_ConnectionConfig.hrl

-record(connection_config, {
    base_ms :: integer(),
    max_ms :: integer(),
    max_pending :: integer(),
    flush_interval_ms :: integer()
}).