it's alive

This commit is contained in:
pippellia-btc
2025-06-04 17:54:00 +02:00
parent 29ef016392
commit 6cbd20f452
11 changed files with 466 additions and 97 deletions

View File

@@ -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)
}