startNewJobTimeoutMs set to 5000

This commit is contained in:
Glax 2025-05-19 17:36:07 +02:00
parent 9659f2a68a
commit 49a70e2341

View File

@ -35,7 +35,7 @@ public static class TrangaSettings
[JsonIgnore] [JsonIgnore]
public static string coverImageCache => Path.Join(workingDirectory, "imageCache"); public static string coverImageCache => Path.Join(workingDirectory, "imageCache");
public static bool aprilFoolsMode { get; private set; } = true; public static bool aprilFoolsMode { get; private set; } = true;
public static int startNewJobTimeoutMs { get; private set; } = 1000; public static int startNewJobTimeoutMs { get; private set; } = 5000;
[JsonIgnore] [JsonIgnore]
internal static readonly Dictionary<RequestType, int> DefaultRequestLimits = new () internal static readonly Dictionary<RequestType, int> DefaultRequestLimits = new ()
{ {