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:
parent
14ed18f0a0
commit
146923933c
@ -453,11 +453,11 @@ export class ServerThreadingConfig {
|
||||
{
|
||||
name: $localize`Threading`,
|
||||
uiResetNeeded: {server: true},
|
||||
priority: ConfigPriority.underTheHood
|
||||
},
|
||||
description: $localize`Runs directory scanning and thumbnail generation in a different thread.`
|
||||
priority: ConfigPriority.underTheHood,
|
||||
} as TAGS,
|
||||
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({
|
||||
tags:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user