mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
it's alive
This commit is contained in:
@@ -21,7 +21,7 @@ type ProcessorConfig struct {
|
||||
PrintEvery int
|
||||
}
|
||||
|
||||
func NewProcessEventsConfig() ProcessorConfig {
|
||||
func NewProcessorConfig() ProcessorConfig {
|
||||
return ProcessorConfig{PrintEvery: 5000}
|
||||
}
|
||||
|
||||
@@ -126,6 +126,7 @@ func processFollowList(cache *walks.CachedWalker, db redb.RedisDB, event *nostr.
|
||||
return err
|
||||
}
|
||||
|
||||
walksTracker.Add(int32(len(new)))
|
||||
return cache.Update(ctx, delta)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user