Searched refs:DOWNLOAD_RETRIES (Results 1 – 1 of 1) sorted by relevance
16 static DOWNLOAD_RETRIES: usize = 3; constant89 let mut attempts_left = DOWNLOAD_RETRIES + 1; in download_file()