nachoparker
nachoparker
Thanks! I will take a look soon, but I don't know when since I have family visits for the following weeks.
good catch! Fixed thanks :)
same here, using Arch Linux, FF 54 KeepassXC v2.2.0
You might be interested in this https://ownyourbits.com/2019/06/29/understanding-and-improving-nextcloud-previews/
@jkingcis https://github.com/rullzer/previewgenerator/pull/166 @Gatak that would indeed be a bit hacky but it could be a bit faster. If you see my benchmarks, even using imagick with many threads per resize...
Said script would need to be aware of what previews already exist, also what is the configured jpeg quality and so on. Before you know it we are replicating the...
Before my changes it was not possible to run two instances anyway (the second one detects this and doesn't run). You can have a look at how we do it...
I am generating previews right now, and I get one CPU at 80-100%, only one though. Your bottleneck must be somewhere else ;)
I would check the `wa` value in the output of the `top` command, to see if your system is blocked waiting for I/O.
Well, I am running on a very very old spinning USB drive and I have everything there. Maybe try `sudo iotop` to see if there is something else in your...