Skip to content

Commit

Permalink
chore(congestion_control) - increase max_congestion_missed_chunks to …
Browse files Browse the repository at this point in the history
…5 - protocol upgrade (#11629)

Co-authored-by: Tayfun Elmas <tayfunelmas@gmail.com>
  • Loading branch information
wacban and tayfunelmas committed Jun 20, 2024
1 parent 1cd2bd3 commit 85c607c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/parameters/res/runtime_configs/80.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ max_congestion_memory_consumption: {
old : 9_223_372_036_854_775_807,
new : 1_000_000_000,
}
# 5 missed chunks
# 2 missed chunks
max_congestion_missed_chunks: {
old : 9_223_372_036_854_775_807,
new : 5,
new : 2,
}

# 300 PGAS
Expand Down
2 changes: 2 additions & 0 deletions core/parameters/res/runtime_configs/90.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
combined_transactions_size_limit: {old: 2_097_152, new: 4_194_304}

max_congestion_missed_chunks: { old : 2, new : 5 }
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ expression: config_view
"max_congestion_incoming_gas": 20000000000000000,
"max_congestion_outgoing_gas": 2000000000000000,
"max_congestion_memory_consumption": 1000000000,
"max_congestion_missed_chunks": 5,
"max_congestion_missed_chunks": 2,
"max_outgoing_gas": 300000000000000000,
"min_outgoing_gas": 1000000000000000,
"allowed_shard_outgoing_gas": 1000000000000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ expression: config_view
"max_congestion_incoming_gas": 20000000000000000,
"max_congestion_outgoing_gas": 2000000000000000,
"max_congestion_memory_consumption": 1000000000,
"max_congestion_missed_chunks": 5,
"max_congestion_missed_chunks": 2,
"max_outgoing_gas": 300000000000000000,
"min_outgoing_gas": 1000000000000000,
"allowed_shard_outgoing_gas": 1000000000000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ expression: config_view
"max_congestion_incoming_gas": 20000000000000000,
"max_congestion_outgoing_gas": 2000000000000000,
"max_congestion_memory_consumption": 1000000000,
"max_congestion_missed_chunks": 5,
"max_congestion_missed_chunks": 2,
"max_outgoing_gas": 300000000000000000,
"min_outgoing_gas": 1000000000000000,
"allowed_shard_outgoing_gas": 1000000000000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ expression: config_view
"max_congestion_incoming_gas": 20000000000000000,
"max_congestion_outgoing_gas": 2000000000000000,
"max_congestion_memory_consumption": 1000000000,
"max_congestion_missed_chunks": 5,
"max_congestion_missed_chunks": 2,
"max_outgoing_gas": 300000000000000000,
"min_outgoing_gas": 1000000000000000,
"allowed_shard_outgoing_gas": 1000000000000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ expression: config_view
"max_congestion_incoming_gas": 20000000000000000,
"max_congestion_outgoing_gas": 2000000000000000,
"max_congestion_memory_consumption": 1000000000,
"max_congestion_missed_chunks": 5,
"max_congestion_missed_chunks": 2,
"max_outgoing_gas": 300000000000000000,
"min_outgoing_gas": 1000000000000000,
"allowed_shard_outgoing_gas": 1000000000000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ expression: config_view
"max_congestion_incoming_gas": 20000000000000000,
"max_congestion_outgoing_gas": 2000000000000000,
"max_congestion_memory_consumption": 1000000000,
"max_congestion_missed_chunks": 5,
"max_congestion_missed_chunks": 2,
"max_outgoing_gas": 300000000000000000,
"min_outgoing_gas": 1000000000000000,
"allowed_shard_outgoing_gas": 1000000000000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ expression: config_view
"max_congestion_incoming_gas": 20000000000000000,
"max_congestion_outgoing_gas": 2000000000000000,
"max_congestion_memory_consumption": 1000000000,
"max_congestion_missed_chunks": 5,
"max_congestion_missed_chunks": 2,
"max_outgoing_gas": 300000000000000000,
"min_outgoing_gas": 1000000000000000,
"allowed_shard_outgoing_gas": 1000000000000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ expression: config_view
"max_congestion_incoming_gas": 20000000000000000,
"max_congestion_outgoing_gas": 2000000000000000,
"max_congestion_memory_consumption": 1000000000,
"max_congestion_missed_chunks": 5,
"max_congestion_missed_chunks": 2,
"max_outgoing_gas": 300000000000000000,
"min_outgoing_gas": 1000000000000000,
"allowed_shard_outgoing_gas": 1000000000000000,
Expand Down

0 comments on commit 85c607c

Please sign in to comment.