From: Mikael Nordfeldth Date: Wed, 23 Aug 2017 16:09:49 +0000 (+0200) Subject: disabling auto-backlog-importer on subscribe X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=10f17efc4f5a4eb9af09aef8397726dab0d164db;p=quix0rs-gnu-social.git disabling auto-backlog-importer on subscribe --- diff --git a/plugins/OStatus/actions/pushcallback.php b/plugins/OStatus/actions/pushcallback.php index f2ce25118f..267dae021a 100644 --- a/plugins/OStatus/actions/pushcallback.php +++ b/plugins/OStatus/actions/pushcallback.php @@ -121,9 +121,9 @@ class PushCallbackAction extends Action if (!$renewal) { // Kickstart the feed by importing its most recent backlog - // FIXME: Send this to background queue handling - common_log(LOG_INFO, __METHOD__ . ': Confirmed a new subscription, importing backlog...'); - $feedsub->importFeed(); + // FIXME: Disabled until we can either limit the amount and/or send to background queue handling + //common_log(LOG_INFO, __METHOD__ . ': Confirmed a new subscription, importing backlog...'); + //$feedsub->importFeed(); } } else { common_log(LOG_INFO, __METHOD__ . ": unsub confirmed; deleting sub record for $topic");