By default a 15 second query timeout is used when no timeout option is passed to any event store function. This default should be configurable per event store module.
Configure when defining an event store:
defmodule MyApp.EventStore do
use EventStore,
otp_app: :my_app,
timeout: 120_000
end
By default a 15 second query timeout is used when no timeout option is passed to any event store function. This default should be configurable per event store module.
Configure when defining an event store:
Or via config: