Skip to content

Commit

Permalink
remove withIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya committed Dec 23, 2020
1 parent 47de866 commit 8fdc3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion antsdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ func (a *AntsDB) setup() error {
}
a.Store, err = dsImpl.NewDataStore(&dsImpl.DSConfig{
DS: crdt,
WithIndex: false,
})
if err != nil {
log.Errorf("Failed creating new Store Err:%s", err.Error())
Expand Down

0 comments on commit 8fdc3b2

Please sign in to comment.