summaryrefslogtreecommitdiff
path: root/FeedBrowser.md
blob: a166f7b0582e42b54481dc21115021d1f58f85de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Feed browser shows feeds subscribed by other users of the instance which
are not marked as private, have no login information entered and are not
already subscribed by the user.

### Data cache, applies since 1.2.31

To minimize time spent by generating the feeds index, Feed Browser
uses a cache of subscription information. This cache can be generated
as follows:

-   Update daemon handles feed browser cache automatically. If you are
    using update daemon, you don’t have to do anything else.
-   Manually by running <code>update.php —feedbrowser</code>