Merge pull request #1201 from codysoyland/default-roaring

Default TxSrc to roaring
This commit is contained in:
Cody Soyland 2020-12-09 09:36:28 -06:00 committed by GitHub
commit 1add244f8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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