1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Deprecating threading #641

This commit is contained in:
Patrik J. Braun 2023-03-15 00:12:16 +01:00
parent 14ed18f0a0
commit 146923933c

View File

@ -453,11 +453,11 @@ export class ServerThreadingConfig {
{ {
name: $localize`Threading`, name: $localize`Threading`,
uiResetNeeded: {server: true}, uiResetNeeded: {server: true},
priority: ConfigPriority.underTheHood priority: ConfigPriority.underTheHood,
}, } as TAGS,
description: $localize`Runs directory scanning and thumbnail generation in a different thread.` description: $localize`[Deprecated, will be removed in the next release] Runs directory scanning and thumbnail generation in a different thread.`
}) })
enabled: boolean = true; enabled: boolean = false;
@ConfigProperty({ @ConfigProperty({
tags: tags:
{ {