mirror of
https://github.com/immich-app/immich.git
synced 2025-11-02 18:47:07 -05:00
* fix: pgvecto.rs extension breaks typeorm schema:drop command * fix: parse postgres bigints to javascript number types when selecting data * feat: verify file size is the same as original asset after copying file for storage template job * feat: allow disabling of storage template job, defaults to disabled for new instances * fix: don't allow setting concurrency for storage template migration, can cause race conditions above 1 * feat: add checksum verification when file is copied for storage template job * fix: extract metadata for assets that aren't visible on timeline
1.0 KiB
Generated
1.0 KiB
Generated
openapi.model.SystemConfigJobDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| backgroundTask | JobSettingsDto | ||
| library_ | JobSettingsDto | ||
| metadataExtraction | JobSettingsDto | ||
| migration | JobSettingsDto | ||
| recognizeFaces | JobSettingsDto | ||
| search | JobSettingsDto | ||
| sidecar | JobSettingsDto | ||
| smartSearch | JobSettingsDto | ||
| thumbnailGeneration | JobSettingsDto | ||
| videoConversion | JobSettingsDto |