Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: increase routing limits #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aschmahmann
Copy link
Contributor

@aschmahmann aschmahmann commented Aug 1, 2024

This builds off of ipfs/boxo#641 and at the moment has two notable changes from the current setup:

  1. The limit of in process lookups was raised from 6 to 100
  2. The limit on provider records to lookup was removed

Without some experimentation it's hard to tell what these numbers should be or what other sorts of heuristics we might want to use here. I don't think the ones we have are optimal, but for now figured we'd see if mostly tweaking the numbers helps at all. It's also not clear that we'd want both DHT and IPNI lookups to be rate-limited in the same way and right now they're joined together.

We should try this out on a staging branch and see what the impact looks like.

@lidel lidel added the status/blocked Unable to be worked further until needs are met label Sep 3, 2024
Copy link
Member

@lidel lidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Triage note: this is waiting for results of staging A/B testing results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/blocked Unable to be worked further until needs are met
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants