On Thu, May 28, 2009 at 11:53 AM, Jeremy Evans <[email protected]>wrote:

>
> On May 28, 10:22 am, Lars Lehtonen <[email protected]> wrote:
> > Hello.
> >
> > I'm using Sequel with an Adhearsion application and I like it.
> >
> > Unfortunately, I sometimes see in my application's logfile the
> > following:
> > #<Sequel::PoolTimeout: Sequel::PoolTimeout>
>
> That just means a request for a connection came in and couldn't be
> filled before the timeout.  It's fairly rare unless you are
> overloading the connection pool with requests.  You may want to
> increase the size of the connection pool (the :max_connections
> database option).  The default is only 4 connections, which may not be

enough for your application.
>

That's what I needed, thanks.

---
Lars Lehtonen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to