Commit 7c5f25d0 authored by Ajit Jagtap's avatar Ajit Jagtap
Browse files

Changed because update was failing

parent 69baa791
Branches
No related merge requests found
Showing with 1 addition and 0 deletions
......@@ -57,6 +57,7 @@ func DownloadFile(sourcePath, destinationPath, jwtToken string, retryCnt int) (b
}
}
client := grab.NewClient()
// Changed because update was failing - Ajitj
// client.HTTPClient.Timeout = time.Second * 10
req, _ := grab.NewRequest(destinationPath, sourcePath)
if jwtToken != "NA" {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment