mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-06 00:25:55 +00:00
unbuffer channel
This commit is contained in:
parent
af068e08e7
commit
000ea90877
1 changed files with 1 additions and 1 deletions
2
field.go
2
field.go
|
|
@ -595,7 +595,7 @@ func (f *Field) Open() error {
|
|||
return errors.Wrap(err, "checking foreign index")
|
||||
}
|
||||
}
|
||||
f.availableShardChan = make(chan []byte, 1)
|
||||
f.availableShardChan = make(chan []byte)
|
||||
f.doneChan = make(chan struct{})
|
||||
f.wg.Add(1)
|
||||
go f.writeAvailableShards()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue