@ -2,8 +2,14 @@
{
public static class BackgroundJobRecordConsts
/// <summary>
/// Default value: 128
/// </summary>
public static int MaxJobNameLength { get; set; } = 128;
/// Default value: 1024 * 1024
public static int MaxJobArgsLength { get; set; } = 1024 * 1024;
}