chore!: remove deprecated env variables (#27802)

This commit is contained in:
Jason Rasmussen
2026-04-14 21:30:31 -04:00
committed by GitHub
parent 6ba17bb86f
commit 41d2d84b21
2 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ export const defaults = Object.freeze<SystemConfig>({
urls: [process.env.IMMICH_MACHINE_LEARNING_URL || 'http://immich-machine-learning:3003'],
availabilityChecks: {
enabled: true,
timeout: Number(process.env.IMMICH_MACHINE_LEARNING_PING_TIMEOUT) || 2000,
timeout: 2000,
interval: 30_000,
},
clip: {