Feat: clean the codebase as much as possible
Some checks failed
Deploy Website / deploy (push) Failing after 4m51s
Some checks failed
Deploy Website / deploy (push) Failing after 4m51s
This commit is contained in:
@@ -149,7 +149,7 @@ fn main() -> io::Result<()> {
|
||||
std::thread::Builder::new()
|
||||
.name("sample-preload".into())
|
||||
.spawn(move || {
|
||||
init::preload_sample_heads(preload_entries, sr, ®istry);
|
||||
engine::preload_sample_heads(preload_entries, sr, ®istry);
|
||||
})
|
||||
.expect("failed to spawn preload thread");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user