Skip to content

Commit

Permalink
Merge pull request #242 from MrYawe/postgrex_socket_options
Browse files Browse the repository at this point in the history
Add postgrex socket_options option
  • Loading branch information
slashdotdash committed Sep 9, 2021
2 parents bed9a4b + c518ddc commit 618951a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/event_store/config.ex
Expand Up @@ -80,7 +80,8 @@ defmodule EventStore.Config do
:pool,
:pool_size,
:queue_target,
:queue_interval
:queue_interval,
:socket_options
]

def default_postgrex_opts(config) do
Expand Down

0 comments on commit 618951a

Please sign in to comment.