fix(immich): improve thumbnail loading performance on iOS app
- Bump immich-server memory 1700Mi/2500Mi → 2000Mi/3500Mi to prevent OOM kills - Disable anti-AI middleware chain for Immich (removes 3 unnecessary ForwardAuth hops per request — Immich content is behind auth, not crawlable) - Double rate limit to 200 avg / 2000 burst for fast-scroll thumbnail requests - Fix ImmichFrame image tag (1.7.4 → v1.0.32.0) - Add PostgreSQL vector search prewarming and tuning (SSD storage type, init container for override conf, postStart pg_prewarm)
This commit is contained in:
parent
37dbad47e9
commit
4d753a6486
3 changed files with 44 additions and 9 deletions
|
|
@ -64,7 +64,7 @@ resource "kubernetes_deployment" "immich-frame" {
|
|||
}
|
||||
spec {
|
||||
container {
|
||||
image = "ghcr.io/immichframe/immichframe:1.7.4"
|
||||
image = "ghcr.io/immichframe/immichframe:v1.0.32.0"
|
||||
name = "immich-frame"
|
||||
resources {
|
||||
requests = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue