Skip to content
Unverified Commit 62c10f12 authored by Henne Vogelsang's avatar Henne Vogelsang
Browse files

Reduce memory footprint of the Job



By not storing the full BinaryRelease object in the `old_binary_releases` hash
but only the data needed to detect if the BinaryRelease was modified.
In the case it's modified we need to look it up in the database then, but this
should not happen often.

By only iterating through the current and unchanged BinaryRelease of the Repository.

Co-authored-by: default avatarAdrian Schröter <adrian@suse.de>
parent 7926f9f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment