You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Marius Petria (JIRA)" <ji...@apache.org> on 2016/02/23 09:21:18 UTC

[jira] [Created] (SLING-5550) Optimize acquire package operation to make fewer saves

Marius Petria created SLING-5550:
------------------------------------

             Summary: Optimize acquire package operation to make fewer saves
                 Key: SLING-5550
                 URL: https://issues.apache.org/jira/browse/SLING-5550
             Project: Sling
          Issue Type: Improvement
          Components: Distribution
            Reporter: Marius Petria


Currently the SharedDistributionPackage.acquire is called for each queue and a save into the repo is done each time. We can send an array of queues for which the package should be acquired and do just one save for all queues.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)