Skip to content

Instantly share code, notes, and snippets.

@gorrotowi
Created October 23, 2015 17:49
Show Gist options
  • Save gorrotowi/d996863a00e7ce33bb76 to your computer and use it in GitHub Desktop.
Save gorrotowi/d996863a00e7ce33bb76 to your computer and use it in GitHub Desktop.
Android Volley Retry Policy timeout
jsonRequest.setRetryPolicy(new DefaultRetryPolicy(12000, DefaultRetryPolicy.DEFAULT_MAX_RETRIES, DefaultRetryPolicy.DEFAULT_BACKOFF_MULT));
rq.add(jsonRequest);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment