mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: change default thumbnail concurrency and auto-detect container core count (#9981)
* feat: automatically detect amount of CPU cores and allow overriding with CPU_CORES env var * chore: change default thumbnail concurrency to 3
This commit is contained in:
parent
b2761b12d1
commit
abf6fc25f7
8 changed files with 75 additions and 12 deletions
|
|
@ -54,6 +54,7 @@ COPY --from=web /usr/src/app/build ./www
|
|||
COPY server/resources resources
|
||||
COPY server/package.json server/package-lock.json ./
|
||||
COPY server/start*.sh ./
|
||||
COPY "docker/scripts/get-cpus.sh" ./
|
||||
RUN npm link && npm install -g @immich/cli && npm cache clean --force
|
||||
COPY LICENSE /licenses/LICENSE.txt
|
||||
COPY LICENSE /LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue