Skip to content

Commit

Permalink
fix max tries to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrad Whitaker authored and Jarrad Whitaker committed Jul 8, 2019
1 parent bd73372 commit 4c6280b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumologic/backoff.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

logger = logging.getLogger('sumologic.backoff')

MAX_TRIES = 1
MAX_TRIES = 8

def backoff(func):
def limited(*args, **kwargs):
Expand Down

0 comments on commit 4c6280b

Please sign in to comment.