NAL-i5K / tripal_eutils

ncbi loader via the eutils interface
GNU General Public License v3.0
4 stars 3 forks source link

Issue 232 add retry loop for ftp downloads #246

Closed dsenalik closed 1 year ago

dsenalik commented 1 year ago

Issue #232

This pull request implements a retry loop for FTP downloads, used when loading an assembly.

Because FTP errors seem to occur early on, change the timeout from the default of 60 seconds to just 3 seconds, so that retry attempts do not have to wait so long.