Skip to content

Instantly share code, notes, and snippets.

@huangcd
Created September 26, 2014 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huangcd/3f51e19038fabb0c4b35 to your computer and use it in GitHub Desktop.
Save huangcd/3f51e19038fabb0c4b35 to your computer and use it in GitHub Desktop.
volley set timeout
myRequest.setRetryPolicy(new DefaultRetryPolicy(
MY_SOCKET_TIMEOUT_MS,
DefaultRetryPolicy.DEFAULT_MAX_RETRIES,
DefaultRetryPolicy.DEFAULT_BACKOFF_MULT));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment