disable pubsubhubbub client by default (refs #407)
This commit is contained in:
parent
a357f53c63
commit
d89c6dd8e1
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue