From c1fe8b214afe0d694ee7d3347f1383e7801dbbfa Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Wed, 9 Dec 2020 09:31:40 -0600 Subject: [PATCH] Default TxSrc to roaring --- txfactory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txfactory.go b/txfactory.go index 768c065c6..420c5adfb 100644 --- a/txfactory.go +++ b/txfactory.go @@ -45,7 +45,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 = RBFTxn +const DefaultTxsrc = RoaringTxn // DetectMemAccessPastTx true helps us catch places in api and executor // where mmapped memory is being accessed after the point in time