summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-26 15:50:58 +0400
committerAndrew Dolgov <[email protected]>2011-12-26 15:50:58 +0400
commitd89c6dd8e199a273c1095f7dcdb6cf6b07486eda (patch)
treefb59c1815c279b01452a39ad8f0d61ad5aa7a099 /config.php-dist
parenta357f53c6371ed4757ed800a805ba1e3f2ae22d9 (diff)
disable pubsubhubbub client by default (refs #407)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
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.