From d89c6dd8e199a273c1095f7dcdb6cf6b07486eda Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 26 Dec 2011 15:50:58 +0400 Subject: [PATCH] disable pubsubhubbub client by default (refs #407) --- config.php-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php-dist b/config.php-dist index 76d0ecab8..c7da5bde1 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.