mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Merge branch 'master' of ops:nuevo-pilosa
This commit is contained in:
commit
2785207d35
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ func (self *RemoteSetBit) MergeResults(local_results []SBResult) []SBResult {
|
|||
go func(id util.GUID) {
|
||||
value, err := self.service.Hold.Get(&id, 10) //eiher need to be the frame process or the handler process?
|
||||
if value == nil {
|
||||
log.Println("Bad RemoteSetBi Result:", err)
|
||||
log.Println("Bad RemoteSetBit Result:", err)
|
||||
empty := make([]SBResult, 0, 0)
|
||||
answers <- empty
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue