-
Glenn Proctor authored
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.
Glenn Proctor authoredRationalised 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.
Loading