mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
removed cache.log
This commit is contained in:
@@ -134,7 +134,6 @@ func GraphBuilder(
|
|||||||
cache := walks.NewWalker(
|
cache := walks.NewWalker(
|
||||||
walks.WithCapacity(config.CacheCapacity),
|
walks.WithCapacity(config.CacheCapacity),
|
||||||
walks.WithFallback(db),
|
walks.WithFallback(db),
|
||||||
walks.WithLogFile("cache.log"),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var processed int
|
var processed int
|
||||||
|
|||||||
Reference in New Issue
Block a user