dexador:make-connection-pool and dexador.connection-cache:*max-active-connections* are well documented in the source, but I think they deserve a mention in the README. Right now if you are using dexador multithreaded in more than 8 threads, and you don't read the source and notice those settings, then it will run much slower than possible as it will be not able to store all the current connections in the pool and have to constantly reconnect.
dexador:make-connection-pool
anddexador.connection-cache:*max-active-connections*
are well documented in the source, but I think they deserve a mention in the README. Right now if you are using dexador multithreaded in more than 8 threads, and you don't read the source and notice those settings, then it will run much slower than possible as it will be not able to store all the current connections in the pool and have to constantly reconnect.