[QOL] Immich: add warning regarding library compilation time (#12345)

This commit is contained in:
Chris
2026-02-26 02:45:59 -05:00
committed by GitHub
parent c5a635cdd7
commit 117786376a
3 changed files with 6 additions and 2 deletions

View File

@@ -51,6 +51,10 @@
{
"text": "Logs: `/var/log/immich`",
"type": "info"
},
{
"text": "During first install, 5 custom libraries need to be compiled from source. Depending on your CPU, this can take anywhere between 15 minutes and 2 hours. Please be patient. Touch grass or something.",
"type": "warning"
}
]
}