Setting as to when to update person's relay information #181
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#181
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Recently I added a commit to include ContactLists of everyone you follow in your global feed. This gets (usually 3) copies of the latest contact list for each person, for me that's about 240 events, which is pretty high. We use this to get their 'write' relays from the contents (if their client is one of the ones that puts such things in there), and we want to keep those updated so that as people change which relays they write to, we keep that information updated so as to not lose touch with them.
Problem is that this is a lot of events, especially if you restart gossip frequently (as I do while developing).
So maybe a setting for doing this at startup, and maybe a button to manually do this on your list of people you are following.
Either part of this (or both) could be a good first issue.
This was set to do it once per day, then backed down to 8 hours.
So what we need is:
Bumping to 0.5
Due to new features this isn't a good idea anymore