[ENSCORESW-596]. Added disconnects post querying for ID lookups.
Nick in Ensembl Genomes has seen an issue with bacteria databases where we exceed the number of connections on MySQL. As we loop through DBAdaptors we do not disconnect. That means an ID which appears later on will have opened all prior databases. The connection is still active. We now disconnect this.
Please register or sign in to comment