From 9686af17f0a5b3ffebcc0aa894055879dc5db4db Mon Sep 17 00:00:00 2001 From: William Apollo <4895865+Spaceenter@users.noreply.github.com> Date: Mon, 12 Aug 2019 10:38:49 -0700 Subject: [PATCH] Switch BT table from dc8 to dc9, which removes the PV filters for pops. (#18) --- util/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/util.go b/util/util.go index 120c53ca1..bcf3cbfbf 100644 --- a/util/util.go +++ b/util/util.go @@ -41,7 +41,7 @@ const ( // BtInstance for internal cache instance. BtInstance = "prophet-cache" // BtTable for internal table. - BtTable = "dc8" + BtTable = "dc9" // BtPropValInPrefix for internal GetPropertyValues in arc cache. BtPropValInPrefix = "d/0/" // BtPropValOutPrefix for internal GetPropertyValues out arc cache.