summaryrefslogtreecommitdiff
path: root/FeedBrowser.md
blob: 822984977b5b2bd152d31e838035634a673ffe31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Feed Browser

**Note: this has been [removed](https://discourse.tt-rss.org/t/feed-browser-do-you-use-it/2093/5) from trunk as of 6 Mar 2019.**

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.

You can disable feed browser globally by setting ``_DISABLE_FEED_BROWSER`` in ``config.php``.

### Data cache

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>