mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
turned off preload
This commit is contained in:
parent
b97656172d
commit
d51ecd5115
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