akirk / friends

A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications.
https://wpfriends.at/
GNU General Public License v2.0
78 stars 13 forks source link

Increase feed polling frequency #312

Closed akirk closed 1 month ago

akirk commented 1 month ago

Fixes #302. While this increases the cron frequency to 5 minutes, this will not poll feeds more often since they have a due date. But it allows to add options to poll single feeds more often in future.

Also fixes a bug where for virtual users all posts would be retrieved which causes memory issues.