immich/server
Jonathan Jogenfors 56eb7bf0fc
fix(server): improve library scan queuing performance (#4418)
* fix: inline mark asset as offline

* fix: improve log message

* chore: lint

* fix: offline asset algorithm

* fix: use set comparison to check what to import

* fix: only mark new offline files as offline

* fix: compare the correct array

* fix: set default library concurrency to 5

* fix: remove one db call when scanning new files

* chore: remove unused import

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2023-10-10 18:59:13 +07:00
..
bin fix(admin-cli): Fixes immich-admin because npm bin does not like arguments (#3864) 2023-08-27 09:35:49 +07:00
openapi-generator fix(mobile): map markers not loading with int coordinates (#3957) 2023-09-05 06:08:43 +07:00
src fix(server): improve library scan queuing performance (#4418) 2023-10-10 18:59:13 +07:00
test fix(server): improve library scan queuing performance (#4418) 2023-10-10 18:59:13 +07:00
.dockerignore
.eslintrc.js
.gitignore refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 +07:00
.prettierignore
.prettierrc fix(server): lint import order (#3974) 2023-09-04 21:45:59 +07:00
Dockerfile chore(server,web): bump node version to 20.8 (#4311) 2023-10-03 09:34:35 +07:00
LICENSE
build-lock.json chore(deps): upgrade sharp and libvips (#4140) 2023-09-19 15:11:25 +07:00
immich-openapi-specs.json feat(server,web): improve performances in person page (1) (#4387) 2023-10-10 09:34:25 +07:00
nest-cli.json refactor(server)*: tsconfigs (#2689) 2023-06-08 10:01:07 +07:00
openapitools.json
package-lock.json chore(server,web,docs) bulk bump of dependencies with vulnerabilities (#4312) 2023-10-10 08:31:21 +07:00
package.json test(server): full backend end-to-end testing with microservices (#4225) 2023-10-06 23:32:28 +07:00
start-microservices.sh fix: shebangs (#3643) 2023-08-16 22:50:01 +07:00
start-server.sh fix: shebangs (#3643) 2023-08-16 22:50:01 +07:00
start.sh fix(admin-cli): Fixes immich-admin because npm bin does not like arguments (#3864) 2023-08-27 09:35:49 +07:00
tsconfig.build.json fix: exclude e2e format (#3250) 2023-07-13 21:41:16 +07:00
tsconfig.json feat(server): tsconfig: don't clear console on nest startup (#4032) 2023-09-08 11:17:45 +07:00