I am using RestClient to do some communication with an API in one of my Rails apps.
I cannot figure out how to setup connection pooling with this gem.
My question is essentially:
How do i configure Rest Client to use a connection pool?
I am using RestClient to do some communication with an API in one of my Rails apps.
I cannot figure out how to setup connection pooling with this gem.
My question is essentially:
How do i configure Rest Client to use a connection pool?