Merge pull request #1051 from molecula/default-txn-bolt-fix-ci

default to Bolt txn due to CI failures blocking other team
This commit is contained in:
Matthew Jaffee 2020-10-30 15:01:57 -05:00 committed by GitHub
commit 3ff85ccb53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,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 = BoltTxn
// DetectMemAccessPastTx true helps us catch places in api and executor
// where mmapped memory is being accessed after the point in time