mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
we're routinely doing transactions which will hold up connections for some time, it was pretty easy to run out of 30 conns from routine function invocations. the 'right' thing is probably to add a config val to the url that we can strip before passing into the db, but i'm not sure i want to have our own query params in db urls, either.