Skip to content

Commit

Permalink
CORE-16879 - add back in the FlowConfig for the max retry attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
conalsmith-r3 committed Sep 7, 2023
1 parent 5e6c136 commit fb8e4bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ private FlowConfig() {
public static final String SESSION_TIMEOUT_WINDOW = "session.timeout";
public static final String SESSION_P2P_TTL = "session.p2pTTL";
public static final String SESSION_FLOW_CLEANUP_TIME = "session.cleanupTime";
public static final String PROCESSING_MAX_RETRY_ATTEMPTS = "processing.maxRetryAttempts";
public static final String PROCESSING_MAX_RETRY_WINDOW_DURATION = "processing.maxRetryWindowDuration";
public static final String PROCESSING_MAX_RETRY_DELAY = "processing.maxRetryDelay";
public static final String PROCESSING_MAX_FLOW_SLEEP_DURATION = "processing.maxFlowSleepDuration";
Expand Down

0 comments on commit fb8e4bc

Please sign in to comment.