Skip to content

Commit

Permalink
[ISSUE apache#3949] change defaultTransactionCheckImmunityTimeInSecon…
Browse files Browse the repository at this point in the history
…d to 30
  • Loading branch information
xdkxlk authored and drpmma committed Jul 13, 2022
1 parent 6b45c99 commit 36caedd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public class ProxyConfig {
private int transactionHeartbeatBatchNum = 100;
private long transactionDataExpireScanPeriodMillis = Duration.ofSeconds(10).toMillis();
private long transactionDataMaxWaitClearMillis = Duration.ofSeconds(30).toMillis();
private long defaultTransactionCheckImmunityTimeInSecond = 60;
private long defaultTransactionCheckImmunityTimeInSecond = 30;

private long longPollingReserveTimeInMillis = 100;

Expand Down

0 comments on commit 36caedd

Please sign in to comment.