Skip to content

Commit 375f475

Browse files
committed
Set MAX_RETRIES to 6
1 parent f9076b8 commit 375f475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/update-tables.py

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

5757
CONNECT_TIMEOUT = int(os.environ.get('CONNECT_TIMEOUT', '10'))
5858
FETCH_BLOCKSIZE = int(os.environ.get('FETCH_BLOCKSIZE', '4096'))
59-
MAX_RETRIES = int(os.environ.get('MAX_RETRIES', '10'))
59+
MAX_RETRIES = int(os.environ.get('MAX_RETRIES', '6'))
6060
BACKOFF_FACTOR = float(os.environ.get('BACKOFF_FACTOR', '0.1'))
6161

6262
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)