kaker

Results 2 comments of kaker

I have the same issue. When i try to load `https://example.com/apps/photos/faces` the server takes 3 minutes approximately to respond correctly. I have 57 faces with a total of 30k images...

As a workaround I did this: ```yaml apiVersion: v1 kind: PersistentVolumeClaim metadata: name: frigate-model-pvc spec: accessModes: - ReadWriteOnce storageClassName: storage-mt resources: requests: storage: 100Mi --- apiVersion: batch/v1 kind: Job metadata:...