mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
removed events and pubkey capacities,
favoring single channel capacity variable
This commit is contained in:
@@ -47,8 +47,8 @@ func main() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
builderQueue := make(chan *nostr.Event, config.EventsCapacity)
|
||||
fetcherQueue := make(chan string, config.PubkeysCapacity)
|
||||
builderQueue := make(chan *nostr.Event, config.ChannelCapacity)
|
||||
fetcherQueue := make(chan string, config.ChannelCapacity)
|
||||
|
||||
nodes, err := db.NodeCount(ctx)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user