]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
disabling auto-backlog-importer on subscribe
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 23 Aug 2017 16:09:49 +0000 (18:09 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 23 Aug 2017 16:09:49 +0000 (18:09 +0200)
plugins/OStatus/actions/pushcallback.php

index f2ce25118f1abfa0144035b280fda9220de36861..267dae021a9b6a96a47b4cab723e1f4b7da211cd 100644 (file)
@@ -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");