Email or username:

Password:

Forgot your password?
Top-level
pixelfed

@raph Thanks, for the network timeline make sure you have `PF_NETWORK_TIMELINE=true` in .env and try increasing the falloff limit from 2 days to 30 by adding `PF_NETWORK_TIMELINE_DAYS_FALLOFF=30` and running `php artisan config:cache && php artisan cache:clear`

3 comments
Lapineige

@pixelfed does that second setting also allows to collect network content after a prolonged outage ?
In other word, it that the "curation time limit" that Pixelfed will use to populate home feed ?
@raph

pixelfed

@Lapineige @raph Nope and that setting is only for the network timeline. That's a good idea though, we'll add that to our todo list.

𝐑𝐚𝐩𝐡

@pixelfed Seems to be the same after changing the .env and the config:cache & clear

Go Up