Scott Williams
Scott Williams
Kustomize is a different strategy than helm. While they both do something similar for initial deployments, a helm chart would help with updates and integrates better with things like Rancher...
Have you tried setting the minimum face size? https://github.com/matiasdelellis/facerecognition/wiki/Mininimum-face-size I *think* `occ user:setting facerecognition full_image_scan_done false` is all you should need after changing that, but I'm not certain. I don't...
It looks like it's an undocumented setting as `min_face_size` that defaults to 40, which I assume is 40x40 pixels : https://github.com/matiasdelellis/facerecognition/blob/master/lib/Service/SettingsService.php#L77
I'm seeing this as well (on Mariadb 10.11) and found that NextCloud upstream fixed this by pagination: https://github.com/nextcloud/server/blob/master/lib/private/Comments/Manager.php#L673 Doing it this way should work across DB platforms since it's using...
> I switched over to this chunk approach: This seems to have worked for me as well (on MariaDB) - Thanks! I just finished a cron run without it blowing...
> I'm using mariaDB. Since installation of the latest version the log entries are back again. I confirm this as well. Spamming journald hard here. I had been using this...
> I can confirm this Bug also. It is a WorkArround to manuel convert the json_string to an array. > > I don´t know if this is a Problem with...
The updated release fixed this for our builds. Many thanks to everyone for the quick report, PR, testing, and merge! This was a textbook example of open source community awesomeness.
pdlib is working here for me with Nextcloud 30 and PHP 8.3. Clustering works for the background process. What's not currently working for me is the "Review Found people". The...
It looks like progress on this is in this PR: https://github.com/matiasdelellis/facerecognition/pull/778