improve feed import performance

This commit is contained in:
Friendika 2011-10-04 03:06:34 -07:00
parent 3deaafe320
commit 07b09300a9
3 changed files with 13 additions and 13 deletions

View file

@ -132,11 +132,11 @@ function pubsub_post(&$a) {
require_once('include/items.php');
consume_feed($xml,$importer,$contact,$feedhub,1);
consume_feed($xml,$importer,$contact,$feedhub,1,1);
// do it a second time so that any children find their parents.
consume_feed($xml,$importer,$contact,$feedhub,1);
consume_feed($xml,$importer,$contact,$feedhub,1,2);
hub_post_return();