| commit | 499b442f67119589220a1ff144e3b26a9b7714ed | [log] [tgz] |
|---|---|---|
| author | beierlm <mark.beierl@canonical.com> | Fri Feb 04 11:14:33 2022 -0500 |
| committer | beierlm <mark.beierl@canonical.com> | Fri Feb 04 22:38:03 2022 +0100 |
| tree | fef97e9780cbf5996a169f735a0ddb75304da550 | |
| parent | 89a4f0a8a7e73cb984d0bcd6a592d0df3edb0ab9 [diff] |
Bug 1878 Speed up Artifactory search The addition of the build parameter to the Artifactory search results in what would appear to be a full index scan, taking over 2 minutes to complete. With this change, we still get the exact artifact we need, however the search completes in less than 1 second. Fixes Bug 1878 Change-Id: Ibe5987e06cac39e3651b9dbec61993c0cfb567b8 Signed-off-by: beierlm <mark.beierl@canonical.com>