You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having trouble figuring out how to specify a username/pwd, and finally found an example in the connection_test.exs file. I figured it would be useful to add this to the main README.
For secure requests, you may need to add some more options; see the "AWS, TLS and Erlang SSL ciphers" section below.
95
+
76
96
### Connection pooling
77
97
The driver supports pooling by DBConnection (2.x). By default `mongodb_driver` will start a single
78
98
connection, but it also supports pooling with the `:pool_size` option. For 3 connections add the `pool_size: 3` option to `Mongo.start_link` and to all
0 commit comments