Add option to lazy load catalog #10
Labels
No labels
ASAP
bug
duplicate
enhancement
help wanted
important
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Treebrary.org/rss-thread-watcher#10
Loading…
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?
Benefits:
Disadvantages:
Lazy loading is much harder to implement with multiple boards as I don't want to hammer the API. The request times would have to be spread out evenly.
What makes it even more complicated is the fact that each board can have different refresh rate.
So for now, only lazy loading will be supported. However I have a use case for periodic refresh rate as well so it will be re-implemented at later stage