From 1216b93d737873b222ae9efdcf6f33e3c428c8a6 Mon Sep 17 00:00:00 2001 From: "Jason E. Aten" Date: Tue, 20 Oct 2020 11:07:07 -0500 Subject: [PATCH] rbf is the default Tx type. Dogfood it. --- txfactory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txfactory.go b/txfactory.go index 09f80e44a..da0b9497b 100644 --- a/txfactory.go +++ b/txfactory.go @@ -44,7 +44,7 @@ const ( // DefaultTxsrc is set here. pilosa/server/config.go references it // to set the default for pilosa server exeutable. // Can be overridden with env variable PILOSA_TXSRC for testing. -const DefaultTxsrc = RoaringTxn +const DefaultTxsrc = RBFTxn // DetectMemAccessPastTx true helps us catch places in api and executor // where mmapped memory is being accessed after the point in time