#1342 slice entries when inserting in DB, to prevent OOM

This commit is contained in:
Thibault Deckers 2024-12-16 22:00:16 +01:00
parent b027e9a9a8
commit 939895599d

View file

@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
- upgraded Flutter to stable v3.27.0
### Fixed
- crash when loading many new items on low memory devices
## <a id="v1.11.20"></a>[v1.11.20] - 2024-12-11
### Added