mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 07:01:01 +00:00
turned off brand loading
This commit is contained in:
parent
5993c68c8b
commit
72b1048134
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ func (self *FragmentContainer) AddFragment(db string, frame string, slice int, i
|
|||
loader := make(chan Command)
|
||||
self.fragments[id] = f
|
||||
go f.ServeFragment(loader)
|
||||
go f.Load(loader)
|
||||
//go f.Load(loader)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue