pelias / wof-admin-lookup

Who's on First Admin Lookup for the Pelias Geocoder
https://pelias.io
MIT License
9 stars 24 forks source link

Use Keep-Alive HTTP connection #170

Closed tadjik1 closed 7 years ago

tadjik1 commented 7 years ago

Request module supports keep-alive connections, we can pass option forever to enable it. Link to documentation: https://github.com/request/request#requestoptions-callback

Could be used instead of #169. Both are working fine, so it's more about convention.