v1.1.0: Performance scaling with RSS URL parameters
- Add support for ?limit= URL parameters (up to 100 posts/feed) - Update documentation with performance scaling guidelines - Add progressive scaling examples in rss_feeds.example.txt - Include optimization strategies and troubleshooting - Maintain backward compatibility with standard RSS feeds
This commit is contained in:
parent
12d8fee03d
commit
80867fc857
3 changed files with 144 additions and 11 deletions
|
@ -1,15 +1,17 @@
|
|||
# Example RSS feeds - customize for your interests
|
||||
|
||||
# homelab
|
||||
https://mastodon.social/tags/homelab.rss
|
||||
https://fosstodon.org/tags/homelab.rss
|
||||
# Add ?limit=X parameter to increase posts per feed (default: 20, max: 100)
|
||||
# Higher limits = more content discovery, but longer processing time
|
||||
# Performance tip: Start with limit=50, then increase to 100 if needed
|
||||
|
||||
# selfhosting
|
||||
https://mastodon.social/tags/selfhosting.rss
|
||||
https://infosec.exchange/tags/selfhosting.rss
|
||||
# homelab (up to 100 posts per feed)
|
||||
https://mastodon.social/tags/homelab.rss # 20 posts/feed (default)
|
||||
https://fosstodon.org/tags/homelab.rss?limit=50 # 50 posts/feed
|
||||
|
||||
# docker
|
||||
https://social.tchncs.de/tags/docker.rss
|
||||
https://fosstodon.org/tags/docker.rss
|
||||
# selfhosting (up to 100 posts per feed)
|
||||
https://mastodon.social/tags/selfhosting.rss?limit=100 # 100 posts/feed
|
||||
https://infosec.exchange/tags/selfhosting.rss?limit=100 # 100 posts/feed
|
||||
|
||||
# Add your preferred instances and hashtags...
|
||||
# docker (up to 100 posts per feed)
|
||||
https://social.tchncs.de/tags/docker.rss?limit=100 # 100 posts/feed
|
||||
https://fosstodon.org/tags/docker.rss?limit=100 # 100 posts/feed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue