From: Andrew Dolgov Date: Mon, 26 Dec 2011 11:50:58 +0000 (+0400) Subject: disable pubsubhubbub client by default (refs #407) X-Git-Tag: 1.5.9~44 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d89c6dd8e199a273c1095f7dcdb6cf6b07486eda;p=tt-rss.git disable pubsubhubbub client by default (refs #407) --- diff --git a/config.php-dist b/config.php-dist index 76d0ecab..c7da5bde 100644 --- a/config.php-dist +++ b/config.php-dist @@ -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.