joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.81k stars 772 forks source link

Timeout #720

Open samaneh-kamalian opened 3 years ago

samaneh-kamalian commented 3 years ago

In config when I set timeout: 2000 it takes 5 seconds to raise timeout, when set timeout:5000 it takes 12 seconds! Why does it not take exactly as long as the timeout time? Does it take a coefficient?

JosephPoplar commented 1 year ago

I met the same problem, when I set timeout : 100, the download request will fail , but when I set timeout: 500, the download request will success but takes about 5 seconds.