mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
Reverting testing configs #582
This commit is contained in:
parent
3a426d23cc
commit
7f7fcca7dc
@ -623,20 +623,11 @@ export class ServerJobConfig {
|
|||||||
description: $localize`Jobs load this many photos or videos form the DB for processing at once.`
|
description: $localize`Jobs load this many photos or videos form the DB for processing at once.`
|
||||||
})
|
})
|
||||||
mediaProcessingBatchSize: number = 1000;
|
mediaProcessingBatchSize: number = 1000;
|
||||||
@ConfigProperty({
|
|
||||||
tags:
|
|
||||||
{
|
|
||||||
name: $localize`test`,
|
|
||||||
priority: ConfigPriority.basic
|
|
||||||
},
|
|
||||||
description: $localize`Jobs load this many photos or videos form the DB for processing at once.`
|
|
||||||
})
|
|
||||||
test: boolean = false;
|
|
||||||
@ConfigProperty({
|
@ConfigProperty({
|
||||||
arrayType: JobScheduleConfig,
|
arrayType: JobScheduleConfig,
|
||||||
tags: {
|
tags: {
|
||||||
name: $localize`Scheduled jobs`,
|
name: $localize`Scheduled jobs`,
|
||||||
priority: ConfigPriority.basic
|
priority: ConfigPriority.advanced
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
scheduled: JobScheduleConfig[] = [
|
scheduled: JobScheduleConfig[] = [
|
||||||
|
Loading…
Reference in New Issue
Block a user