Skip to content

Commit

Permalink
adjust max retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukant committed Oct 14, 2024
1 parent 2fa6f42 commit 2d3e716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kbcstorage/retry_requests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time
import requests

MAX_RETRIES = 5
MAX_RETRIES = 11
BACKOFF_FACTOR = 1.0

def _get_backoff_time(retry_count):
Expand Down

0 comments on commit 2d3e716

Please sign in to comment.