File tree Expand file tree Collapse file tree
contracts/source/constants
transaction-pool-service/source Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const EnvironmentVariableNames = [
77
88 // Pool
99 "MAINSAIL_MAX_TRANSACTIONS_IN_POOL" ,
10- "MAINSAIL_MAX_BLOCK_GAS_UTILIZATION_TRANSACTION_REBROADCAST_THRESHOLD " ,
10+ "MAINSAIL_TRANSACTION_POOL_REBROADCAST_THRESHOLD " ,
1111 "MAINSAIL_TRANSACTION_POOL_DISABLED" ,
1212 "MAINSAIL_TRANSACTION_POOL_MAX_PER_REQUEST" ,
1313 "MAINSAIL_TRANSACTION_POOL_MAX_PER_SENDER" ,
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ export const defaults = {
77 enabled : ! Environment . isTrue ( Constants . EnvironmentVariables . MAINSAIL_TRANSACTION_POOL_DISABLED ) ,
88
99 maxBlockGasUtilizationTransactionRebroadcastThreshold : Environment . get (
10- Constants . EnvironmentVariables . MAINSAIL_MAX_BLOCK_GAS_UTILIZATION_TRANSACTION_REBROADCAST_THRESHOLD ,
11- 90 ,
10+ Constants . EnvironmentVariables . MAINSAIL_TRANSACTION_POOL_REBROADCAST_THRESHOLD ,
11+ 60 ,
1212 ) ,
1313
1414 // Max transaction age in number of blocks produced since the transaction was created.
You can’t perform that action at this time.
0 commit comments