mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
#11942 To check if you have duplicate software, install multiple python versions, like: ```shell brew install python@3.11 brew install python@3.12 ``` Then query: `SELECT * FROM python_packages` to see the packages with the same versions but different paths. # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
1 line
76 B
Text
1 line
76 B
Text
Improved software ingestion performance by deduplicating incoming software.
|