mirror of
https://github.com/Zygo/bees.git
synced 2025-06-17 10:06:16 +02:00
roots: split constructor into separate start method
This allows us to use the fd cache and inode resolve functions without starting crawler threads. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -987,7 +987,7 @@ BeesContext::start()
|
||||
hash_table();
|
||||
|
||||
// Kick off the crawlers
|
||||
roots();
|
||||
roots()->start();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user