fuel icon indicating copy to clipboard operation
fuel copied to clipboard

Time out issue

Open JQ-miao opened this issue 5 years ago • 2 comments

I used the following code to set the timeout, but it still always have an automatic timeout at 60s. Could you tell me why?

Fuel.get(path) .timeout(150 * 1000) .timeoutRead(150 * 1000)

JQ-miao avatar Sep 17 '19 09:09 JQ-miao

Setting the timeout below 60s,it will make timeout on time. If it is higher than 60s, it will not work.

JQ-miao avatar Sep 17 '19 10:09 JQ-miao

Your server probably times out after 60s.

SleeplessByte avatar Sep 18 '19 14:09 SleeplessByte