mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
refactored archiver:
- now it stores events whose kind is approved - archiver and builder have separate configs
This commit is contained in:
@@ -92,7 +92,7 @@ func main() {
|
||||
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
pipe.GraphBuilder(ctx, config.Engine, db, builderQueue)
|
||||
pipe.GraphBuilder(ctx, config.Engine.Builder, db, builderQueue)
|
||||
}()
|
||||
|
||||
wg.Wait()
|
||||
|
||||
Reference in New Issue
Block a user