Skip to content

RDR-660: Configure Fixity Check Job File Size Limit

rfb11 requested to merge RDR-660-fixity-check-size-limit into main

This adds a new environment variable, FIXITY_CHECK_SIZE_LIMIT, which sets a size limit in bytes. Files above this limit will not be run through the Fedora fixity checking service. The default limit if this variable is not set is 100000000000 (100GB).

Merge request reports