From 2c6e8e4d16826df79883dbdbcc8b03465a625659 Mon Sep 17 00:00:00 2001 From: glax Date: Wed, 18 Jun 2025 02:11:03 +0200 Subject: [PATCH] Default startNewJobTimeoutMs set to 20s --- API/TrangaSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API/TrangaSettings.cs b/API/TrangaSettings.cs index 34c0641..6c4419b 100644 --- a/API/TrangaSettings.cs +++ b/API/TrangaSettings.cs @@ -36,7 +36,7 @@ public static class TrangaSettings [JsonIgnore] public static string coverImageCache => Path.Join(workingDirectory, "imageCache"); public static bool aprilFoolsMode { get; private set; } = true; - public static int startNewJobTimeoutMs { get; private set; } = 5000; + public static int startNewJobTimeoutMs { get; private set; } = 20000; [JsonIgnore] internal static readonly Dictionary DefaultRequestLimits = new () {