1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

disable pubsubhubbub client by default (refs #407)

This commit is contained in:
Andrew Dolgov
2011-12-26 15:50:58 +04:00
parent a357f53c63
commit d89c6dd8e1

View File

@@ -71,7 +71,7 @@
// URL to a PubSubHubbub-compatible hub server. If defined, "Published
// articles" generated feed would automatically become PUSH-enabled.
define('PUBSUBHUBBUB_ENABLED', true);
define('PUBSUBHUBBUB_ENABLED', false);
// Enable client PubSubHubbub support in tt-rss. When disabled, tt-rss
// won't try to subscribe to PUSH feed updates.