GeneriekPublicatiePlatformWoo / registratie-component

A registration providing the functionalities for a "public documents" storage.
https://odrc.readthedocs.io
Other
1 stars 1 forks source link

:bug: Use 64bit integers for file size metadata #161

Closed sergei-maertens closed 3 days ago

sergei-maertens commented 5 days ago

32 bit limits you to roughly 2GB of files, which was not the intent.

The upstream open-zaak/open-zaak#1815 issue is required for this to work properly.

codecov[bot] commented 5 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ
src/woo_publications/publications/models.py 100.00% <100.00%> (ø)

🚨 Try these New Features:

bart-maykin commented 4 days ago

@sergei-maertens because this issue is depended on that OZ issue, should I wait with reviewing this issue?