Skip to content

Commit af950f4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sumologic/backoff.py

+1-1
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)