summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-05-16 10:41:20 +0300
committerAndrew Dolgov <[email protected]>2017-05-16 10:41:20 +0300
commit5b6ea1ef914d0d33516ce59df69637576055ce66 (patch)
tree5700f1a5e72789120578389e744221cc328743eb /config.php-dist
parent7590f03961012ac946297fc96be9ef2bb4ad3c20 (diff)
remove pubsubhubbub: dead
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.php-dist b/config.php-dist
index c86af943b..38a56f115 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -99,16 +99,6 @@
// intervals is disabled and all articles (which are not starred)
// older than this amount of days are purged.
- // *** PubSubHubbub settings ***
-
- define('PUBSUBHUBBUB_HUB', '');
- // URL to a PubSubHubbub-compatible hub server. If defined, "Published
- // articles" generated feed would automatically become PUSH-enabled.
-
- define('PUBSUBHUBBUB_ENABLED', false);
- // Enable client PubSubHubbub support in tt-rss. When disabled, tt-rss
- // won't try to subscribe to PUSH feed updates.
-
// ****************************
// *** Sphinx search plugin ***
// ****************************