Skip to content

Commit

Permalink
Update TERMINATION_CHECK_TIME_INTERVAL_MS
Browse files Browse the repository at this point in the history
  • Loading branch information
yisheng-zhou committed May 15, 2024
1 parent 4dc2d08 commit 3395016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public abstract class MemqTeletraanBrokerDecommissionAction extends NodeDecommissionAction {

private static final int POST_TERMINATION_CHECK_WAIT_TIME_MS = 10_000; // 10 seconds
private static final int TERMINATION_CHECK_TIME_INTERVAL_MS = 300_000; // 5 minutes
private static final int TERMINATION_CHECK_TIME_INTERVAL_MS = 60_000; // 1 minute
private static final int TERMINATION_CHECK_TIMEOUT_MS = 1_800_000; // 30 minutes
private Logger logger = Logger.getLogger(this.getClass().getName());

Expand Down

0 comments on commit 3395016

Please sign in to comment.