On Friday, April 17, 2015 at 5:39:47 AM UTC-7, John-Junior Murray wrote: > > I've fixed this using the following: > > Sequel::Model.db.pool.connection_validation_timeout=60 > > could you confirm this is correct usage please? >
Assuming you have a single Database object, yes. Otherwise, you'll need to make the same change for every Database object you create (using that Database object instead of Sequel::Model.db). Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
