标签: android android-volley
当我们使用凌空调用任何API时,凌空在android中超时请求的默认时间是什么。
答案 0 :(得分:0)
Volley将套接字的默认连接超时设置为2.5秒,http呼叫的默认连接超时为5秒。
查看此https://github.com/google/volley/blob/master/src/main/java/com/android/volley/DefaultRetryPolicy.java
和https://github.com/google/volley/blob/master/src/main/java/com/android/volley/toolbox/HttpClientStack.java
您可以使用RetryPolicy对其进行更新。
RetryPolicy
查看此https://github.com/google/volley/blob/master/src/main/java/com/android/volley/RetryPolicy.java