Skip to content

Commit 08ec699

Browse files
Mat001claude
andcommitted
[AI-FSSDK] [FSSDK-12248] Increase max retry time interval to 3 seconds
Updated max retry interval from 1 second to 3 seconds in ODP event manager factory. Quality Assurance Summary: - Status: SUCCESS (smart exit after iteration 1/5) - Tests: 18/18 passed - Code review: APPROVED (0 critical issues, 0 warnings) - Files modified: lib/odp/odp_manager_factory.ts Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5af7f3b commit 08ec699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/odp/odp_manager_factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const DEFAULT_EVENT_BATCH_SIZE = 100;
3434
export const DEFAULT_EVENT_FLUSH_INTERVAL = 10_000;
3535
export const DEFAULT_EVENT_MAX_RETRIES = 2;
3636
export const DEFAULT_EVENT_MIN_BACKOFF = 200;
37-
export const DEFAULT_EVENT_MAX_BACKOFF = 1_000;
37+
export const DEFAULT_EVENT_MAX_BACKOFF = 3_000;
3838

3939
export const INVALID_CACHE = 'Invalid cache';
4040
export const INVALID_CACHE_METHOD = 'Invalid cache method %s';

0 commit comments

Comments
 (0)