]> git.wh0rd.org - tt-rss.git/commitdiff
disable pubsubhubbub client by default (refs #407)
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 26 Dec 2011 11:50:58 +0000 (15:50 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 26 Dec 2011 11:50:58 +0000 (15:50 +0400)
config.php-dist

index 76d0ecab894fdf79bb71f408dac80d780fd9ad98..c7da5bde1ad472ec159c58fc4256c5fb99ceb39a 100644 (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.