From fe2ffbbe079ffe2e067c3facf72842cb55e95cd3 Mon Sep 17 00:00:00 2001 From: mboehmlaender Date: Thu, 5 Mar 2026 10:15:20 +0000 Subject: [PATCH] DefaultSettings --- backend/src/db/defaultSettings.js | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/backend/src/db/defaultSettings.js b/backend/src/db/defaultSettings.js index 97ee4d0..9046e2c 100644 --- a/backend/src/db/defaultSettings.js +++ b/backend/src/db/defaultSettings.js @@ -146,6 +146,18 @@ const defaultSchema = [ validation: { min: 1, max: 1000 }, orderIndex: 210 }, + { + key: 'pipeline_max_parallel_jobs', + category: 'Tools', + label: 'Parallele Jobs', + type: 'number', + required: 1, + description: 'Maximale Anzahl parallel laufender Jobs. Weitere Starts landen in der Queue.', + defaultValue: '1', + options: [], + validation: { min: 1, max: 12 }, + orderIndex: 211 + }, { key: 'makemkv_rip_mode', category: 'Tools', @@ -279,7 +291,7 @@ const defaultSchema = [ type: 'string', required: 0, description: 'API Key für Metadatensuche.', - defaultValue: '186322c4', + defaultValue: '', options: [], validation: {}, orderIndex: 400 @@ -319,7 +331,7 @@ const defaultSchema = [ type: 'string', required: 0, description: 'Application Token für PushOver.', - defaultValue: 'a476diddeew53w8fi4kv88n6ghbfqq', + defaultValue: '', options: [], validation: {}, orderIndex: 510 @@ -331,7 +343,7 @@ const defaultSchema = [ type: 'string', required: 0, description: 'User-Key für PushOver.', - defaultValue: 'u47227hupodan28a629az1k43644jg', + defaultValue: '', options: [], validation: {}, orderIndex: 520