mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Merge branch 'master' of ops:nuevo-pilosa
This commit is contained in:
commit
1d3d7ca400
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ func (self *Nexter) countloop(ch chan uint64, id int, client *etcd.Client) {
|
|||
log.Println("Allocated", id, start, end)
|
||||
for c := start; c < end; c += 1 {
|
||||
ch <- c
|
||||
log.Println("Send", id, c)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue