Skip to content

Commit

Permalink
Revert "DO NOT SQUASH: Changing max-request-range for testing gaps"
Browse files Browse the repository at this point in the history
This reverts commit 3e0faec.
  • Loading branch information
cammellos committed Jun 20, 2019
1 parent 9ba3b94 commit 6afe6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/mailserver/constants.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(def one-day (* 24 3600))
(def seven-days (* 7 one-day))
(def max-gaps-range (* 30 one-day))
(def max-request-range 60)
(def max-request-range one-day)
(def maximum-number-of-attempts 2)
(def request-timeout 30)
(def min-limit 100)
Expand Down

0 comments on commit 6afe6d7

Please sign in to comment.