Skip to content

Commit

Permalink
tweek REST timeout and retries
Browse files Browse the repository at this point in the history
  • Loading branch information
slogan621 committed Mar 26, 2021
1 parent e9327f9 commit b010226
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public abstract class RESTful {
private Context m_context;
private int m_status;
private int m_timeout = 5000; // Milliseconds
private int m_retries = 2;
private int m_retries = 3;
private ArrayList<RESTCompletionListener> m_listener = new ArrayList<RESTCompletionListener>();

public void addListener(RESTCompletionListener o) {
Expand Down

0 comments on commit b010226

Please sign in to comment.