mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 17:11:29 +00:00
disable pubsubhubbub client by default (refs #407)
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
// URL to a PubSubHubbub-compatible hub server. If defined, "Published
|
// URL to a PubSubHubbub-compatible hub server. If defined, "Published
|
||||||
// articles" generated feed would automatically become PUSH-enabled.
|
// 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
|
// Enable client PubSubHubbub support in tt-rss. When disabled, tt-rss
|
||||||
// won't try to subscribe to PUSH feed updates.
|
// won't try to subscribe to PUSH feed updates.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user