http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9066 Priority: P5 - low Change sponsored?: --- Bug ID: 9066 Assignee: jcamins@cpbibliography.com Summary: Database ping should be wrapped in an eval to avoid failures with MariaDB and Starman Severity: major Classification: Unclassified OS: All Reporter: jcamins@cpbibliography.com Hardware: All Status: NEW Version: master Component: Database Product: Koha It would seem that the default timeout for MariaDB is much shorter than for MySQL, which leads to frequent connection failures under Starman. By wrapping the $dbh->ping call in an eval, Starman is able to reconnect without any problems. -- You are receiving this mail because: You are watching all bug changes.