dbpedia / dbpedia-live-mirror

Keeps a mirror of DBpedia live in sync
GNU General Public License v3.0
26 stars 8 forks source link

Fixed connection WAIT_CLOSE leak #10

Closed mgns closed 7 years ago

mgns commented 7 years ago

I had problems with too many files open when there was longer time no update on the update server. Reason was sockets were not closed, when file was not found.

jimkont commented 7 years ago

Thanks Magnus, looks good!