Skip to content

Commit

Permalink
updated submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumemichel committed Dec 4, 2024
1 parent 74babba commit 54cf657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go-libp2p-kad-dht
5 changes: 1 addition & 4 deletions queen.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/google/uuid"
"github.com/hashicorp/golang-lru/v2"
lru "github.com/hashicorp/golang-lru/v2"
ds "github.com/ipfs/go-datastore"
leveldb "github.com/ipfs/go-ds-leveldb"
"github.com/ipfs/go-log/v2"
Expand Down Expand Up @@ -193,9 +193,6 @@ func (q *Queen) consumeAntsEvents(ctx context.Context) {
attribute.String("hit", strconv.FormatBool(found)),
attribute.String("cache", "agent_version"),
))
if found {
continue
}
} else {
q.agentsCache.Add(evt.Remote.String(), evt.AgentVersion)
}
Expand Down

0 comments on commit 54cf657

Please sign in to comment.