Packages

Mojito client but with castore updated, forked from https://github.com/surgeventures/mojito

Current section

Files

Jump to
mojito_fresha lib mojito config.ex
Raw

lib/mojito/config.ex

defmodule Mojito.Config do
@moduledoc false
def timeout do
Application.get_env(:mojito, :timeout, 5000)
end
end
## pool_opts are handled in Mojito.Pool