mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
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:
commit
3ff85ccb53
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue