mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
configurable cleanup
This commit is contained in:
parent
d660ab2218
commit
7222d7af30
14 changed files with 183 additions and 5 deletions
|
|
@ -1484,11 +1484,16 @@ export type SystemConfigMetadataDto = {
|
|||
export type SystemConfigNewVersionCheckDto = {
|
||||
enabled: boolean;
|
||||
};
|
||||
export type SystemConfigRemovePartialUploadsDto = {
|
||||
enabled: boolean;
|
||||
hoursAgo: number;
|
||||
};
|
||||
export type SystemConfigNightlyTasksDto = {
|
||||
clusterNewFaces: boolean;
|
||||
databaseCleanup: boolean;
|
||||
generateMemories: boolean;
|
||||
missingThumbnails: boolean;
|
||||
removeStaleUploads: SystemConfigRemovePartialUploadsDto;
|
||||
startTime: string;
|
||||
syncQuotaUsage: boolean;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue