issues
search
erleans
/
pgo
Erlang Postgres client and connection pool
Apache License 2.0
80
stars
16
forks
source link
fix: add pool_options to options()
#48
Closed
jakobsvenning
closed
3 years ago
jakobsvenning
commented
3 years ago
The
pool_options
field is missing in the
options()
type.
timeout
is a valid
pool_option()
, see
https://github.com/erleans/pgo/blob/master/src/pgo.erl#L95
.
pool_options
field is missing in theoptions()
type.timeout
is a validpool_option()
, see https://github.com/erleans/pgo/blob/master/src/pgo.erl#L95.