Skip to content

Commit af950f4

Browse files
Jarrad WhitakerJarrad Whitaker
authored andcommitted
fix max tries to 8
1 parent bcb3217 commit af950f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sumologic/backoff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
MAX_TRIES = 1
7+
MAX_TRIES = 8
88

99
def backoff(func):
1010
def limited(*args, **kwargs):

0 commit comments

Comments
 (0)