Skip to content

Commit

Permalink
Merge 5198f0a into 7ae6bc7
Browse files Browse the repository at this point in the history
  • Loading branch information
nioshield committed Mar 5, 2021
2 parents 7ae6bc7 + 5198f0a commit 70481d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ func (db *DB) Begin() (*Transaction, error) {
}
store.SetOption(txn, store.Enable1PC, true)
store.SetOption(txn, store.EnableAsyncCommit, true)
store.SetOption(txn, store.GuaranteeExternalConsistency, true)
return &Transaction{t: txn, db: db, ctx: context.Background()}, nil
}

Expand Down

0 comments on commit 70481d6

Please sign in to comment.