Skip to content

Commit

Permalink
Merge pull request #4396 from connext/main
Browse files Browse the repository at this point in the history
ci: testnet prod sync
  • Loading branch information
preethamr authored Jun 1, 2023
2 parents 66380ad + c9eb1cc commit 84ab4d1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions ops/mainnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ locals {
queues = [
{
name = "http"
limit = 1
limit = 100
queueLimit = 100000
subscribe = true
},
Expand Down Expand Up @@ -319,14 +319,14 @@ locals {
propagate = "https://betteruptime.com/api/v1/heartbeat/${var.lighthouse_propagate_heartbeat}"
sendOutboundRoot = "https://betteruptime.com/api/v1/heartbeat/${var.lighthouse_send_outbound_root_heartbeat}"
}
hubDomain = "6648936"
hubDomain = "6648936"
proverBatchSize = {
"6648936" = 10,
"1869640809" = 10,
"1886350457" = 10,
"1634886255" = 10,
"6450786" = 10,
"6778479" = 10
"6648936" = 10,
"1869640809" = 10,
"1886350457" = 10,
"1634886255" = 10,
"6450786" = 10,
"6778479" = 10
}
})

Expand Down
2 changes: 1 addition & 1 deletion ops/testnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ locals {
queues = [
{
name = "http"
limit = 1
limit = 100
queueLimit = 100000
subscribe = true
},
Expand Down
2 changes: 1 addition & 1 deletion ops/testnet/staging/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ locals {
queues = [
{
name = "http"
limit = 1
limit = 100
queueLimit = 100000
subscribe = true
},
Expand Down

0 comments on commit 84ab4d1

Please sign in to comment.