Skip to content

Commit 7abe7fc

Browse files
jaeoptclaude
andcommitted
[AI-FSSDK] [FSSDK-12248] Update CMAB max retry interval to 3 seconds
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent ff41429 commit 7abe7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimizely/cmab/cmab_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Default constants for CMAB requests
2323
DEFAULT_MAX_RETRIES = 1
2424
DEFAULT_INITIAL_BACKOFF = 0.1 # in seconds (100 ms)
25-
DEFAULT_MAX_BACKOFF = 10 # in seconds
25+
DEFAULT_MAX_BACKOFF = 3 # in seconds
2626
DEFAULT_BACKOFF_MULTIPLIER = 2.0
2727
MAX_WAIT_TIME = 10.0
2828
DEFAULT_PREDICTION_ENDPOINT = "https://prediction.cmab.optimizely.com/predict/{}"

0 commit comments

Comments
 (0)