mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
changed the sort order
This commit is contained in:
parent
1b89d79c0a
commit
8ee3b7eddc
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ func getLightestProcess(m map[string]int) (Pair, error) {
|
|||
}
|
||||
sort.Sort(p)
|
||||
|
||||
return p[l-1], nil
|
||||
return p[0], nil
|
||||
}
|
||||
|
||||
func (self *TopologyMapper) MakeFragments(db string, slice_int int) error {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue