mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
tweak comment, add validation TODO
This commit is contained in:
parent
afcb3e7f96
commit
7da137277c
2 changed files with 2 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ func (tm *TransactionManager) Start(ctx context.Context, id string, timeout time
|
|||
return trns, errors.Wrap(err, "adding to store")
|
||||
}
|
||||
|
||||
// we won't check deadlines unless there's actually an exclusive
|
||||
// we won't check deadlines unless there's actually a
|
||||
// transaction pending
|
||||
if exclusive && !active {
|
||||
tm.startDeadlineChecker()
|
||||
|
|
|
|||
|
|
@ -169,6 +169,7 @@ goes through API (and is passed directly to Server). (unimplemented)
|
|||
- [ ] update go-pilosa/gpexp to actually USE transactions
|
||||
- [ ] update IDK to use updated go-pilosa
|
||||
- [ ] external testing with e.g. curl
|
||||
- [ ] validate incoming transaction IDs
|
||||
|
||||
- ID validation. No slashes, no non-URL safe chars
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue