Skip to content

Commit

Permalink
Add ML workers and timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 24, 2023
1 parent b8e0fd9 commit 5866865
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion immich/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"environment": {
"DOCKER_MODS": "imagegenius/mods:universal-redis",
"MACHINE_LEARNING_CACHE_FOLDER": "/data/machine-learning",
"MACHINE_LEARNING_WORKERS": "1",
"MACHINE_LEARNING_WORKER_TIMEOUT": "120",
"REDIS_HOSTNAME": "localhost",
"REDIS_PORT": "6379",
"TRANSFORMERS_CACHE": "/data/machine-learning",
Expand Down Expand Up @@ -104,6 +106,8 @@
"DB_USERNAME": "str",
"DISABLE_MACHINE_LEARNING": "bool?",
"JWT_SECRET": "str",
"MACHINE_LEARNING_WORKERS": "int?",
"MACHINE_LEARNING_WORKER_TIMEOUT": "int?",
"PGID": "int",
"PUID": "int",
"TYPESENSE_ENABLED": "bool",
Expand All @@ -120,6 +124,6 @@
],
"slug": "immich",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.79.1",
"version": "1.79.1-2",
"webui": "http://[HOST]:[PORT:8080]"
}

0 comments on commit 5866865

Please sign in to comment.