Skip to content

Commit

Permalink
chore: config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchaymittal committed Oct 12, 2023
1 parent 92c3b8b commit 898f3a0
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions ops/testnet/prod/core/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -162,18 +162,18 @@ locals {
queueLimit = 1000000
subscribe = true
},
{
name = "1668247156"
limit = 1
queueLimit = 1000000
subscribe = true
},
{
name = "2053862260"
limit = 1
queueLimit = 1000000
subscribe = true
},
# {
# name = "1668247156"
# limit = 1
# queueLimit = 1000000
# subscribe = true
# },
# {
# name = "2053862260"
# limit = 1
# queueLimit = 1000000
# subscribe = true
# },
]
bindings = [
{
Expand All @@ -200,17 +200,17 @@ locals {
exchange = "sequencerX"
target = "1734439522"
keys = ["1734439522"]
},
{
exchange = "sequencerX"
target = "1668247156"
keys = ["1668247156"]
},
{
exchange = "sequencerX"
target = "2053862260"
keys = ["2053862260"]
}
# {
# exchange = "sequencerX"
# target = "1668247156"
# keys = ["1668247156"]
# },
# {
# exchange = "sequencerX"
# target = "2053862260"
# keys = ["2053862260"]
# }
]
executerTimeout = 300000
prefetch = 1
Expand Down

0 comments on commit 898f3a0

Please sign in to comment.