https://bugs.kde.org/show_bug.cgi?id=419238
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/eda07ac6a3191d | |c98381662bcbb23bd7f746f1fe Resolution|--- |FIXED --- Comment #1 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f460064ef598bdf7f439ea8c273cea264275a0b1 by Dmitry Kazakov. Committed on 30/04/2020 at 20:21. Pushed by dkazakov into branch 'master'. Don't load entire file to RAM when computing MD5 hash sum M +3 -2 libs/resources/KoMD5Generator.cpp https://invent.kde.org/kde/krita/commit/f460064ef598bdf7f439ea8c273cea264275a0b1 --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit eda07ac6a3191dc98381662bcbb23bd7f746f1fe by Dmitry Kazakov. Committed on 30/04/2020 at 20:23. Pushed by dkazakov into branch 'master'. Don't generate MD5 hash for files bigger than 10MB This hash is used only for logging, so there is no reason for spending time on it. We should probably consider total removing of this hash, since its calculation for a 7MiB file takes about 10ms. M +1 -1 libs/ui/KisDocument.cpp https://invent.kde.org/kde/krita/commit/eda07ac6a3191dc98381662bcbb23bd7f746f1fe -- You are receiving this mail because: You are watching all bug changes.