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
1 changed files with 1 additions and 1 deletions

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.