Skip to content

Commit

Permalink
tweak push trigger to try longer
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 4, 2022
1 parent 052d78d commit d8db236
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ public class TRIFAGlobals
static final long ORBOT_PROXY_PORT = 9050;

static final String GENERIC_TOR_USERAGENT = "Mozilla/5.0 (Windows NT 6.1; rv:60.0) Gecko/20100101 Firefox/60.0";
static final int PUSH_URL_TRIGGER_AGAIN_MAX_COUNT = 5;
static final int PUSH_URL_TRIGGER_AGAIN_SECONDS = 20;
static final int PUSH_URL_TRIGGER_AGAIN_MAX_COUNT = 8;
static final int PUSH_URL_TRIGGER_AGAIN_SECONDS = 21;
static final int PUSH_URL_TRIGGER_GET_MESSAGE_FOR_delta_ms_prev = 100;
static final int PUSH_URL_TRIGGER_GET_MESSAGE_FOR_delta_ms_after = 1000;

Expand Down

0 comments on commit d8db236

Please sign in to comment.