From 898f3a022d2e8ce70a98d54969e267e8cade891f Mon Sep 17 00:00:00 2001 From: sanchaymittal Date: Thu, 12 Oct 2023 16:08:50 +0700 Subject: [PATCH] chore: config updates --- ops/testnet/prod/core/config.tf | 44 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/ops/testnet/prod/core/config.tf b/ops/testnet/prod/core/config.tf index ed3ff1ff4c..b83ef286ba 100644 --- a/ops/testnet/prod/core/config.tf +++ b/ops/testnet/prod/core/config.tf @@ -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 = [ { @@ -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