Rationalised database connection; lots of calls to $self->xref()->dbi() and...
Rationalised database connection; lots of calls to $self->xref()->dbi() and $self->dbi() were causing many database connections to be opened and never closed. Now only uses one connection per database.
Please register or sign in to comment