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
|
@ -3,7 +3,7 @@ GTS_SERVER_URL=https://your-gts-instance.tld
|
|||
GTS_ACCESS_TOKEN=your_gts_access_token_here
|
||||
|
||||
# Processing Configuration
|
||||
MAX_POSTS_PER_RUN=25
|
||||
MAX_POSTS_PER_RUN=75
|
||||
DELAY_BETWEEN_REQUESTS=1
|
||||
LOG_LEVEL=INFO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue