-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Kubo IPNS-over-Pubsub is ignoring user supplied TTL right after starting the daemon #10657
Comments
@Rinse12 thank you for reporting this. How long it takes on average for the issue to surface? Shot in the dark: is it possible you are publishing to the same IPNS Name from two places? |
Usually a few minutes
I don't believe that's the case, the IPNS keypair is generated within the code and I don't have access to it anywhere else. |
Can we disable the auto-republisher in kubo's config somewhere? If I can do that we can tell for sure whether it's the republisher or something else. |
@Rinse12 Were you able to reproduce it on a fresh node with clean repo? To fix the bug, we need a working repro to confirm it is real. |
Oops, seems like we needed more information for this issue, please comment with more details or this issue will be closed in 7 days. |
This issue was closed because it is missing author input. |
Checklist
Installation method
dist.ipfs.tech or ipfs-update
Version
Config
Description
The first IPNS record to be created after starting Kubo is published multiple times on the pubsub topic with different TTLs, but still maintaining the same sequence number.
To reproduce:
ipfs daemon --enable-namesys-pubsub
Theory:
Kubo's IPNS Republisher is ignoring the user supplied TTL and going for the default of
1h
. In that case, can we disable republishing of IPNS within Kubo?Ipns.RepublishPeriod
can not be0
apparentlyThe text was updated successfully, but these errors were encountered: