Skip to content
  • Andy Yates's avatar
    [ENSCORESW-596]. Added disconnects post querying for ID lookups. · 54b0f4b8
    Andy Yates authored
    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.
    54b0f4b8