Increase trigger interval limit (#34)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Common.Helpers;
|
||||
|
||||
public static class Constants
|
||||
{
|
||||
public static readonly TimeSpan TriggerMaxLimit = TimeSpan.FromHours(6);
|
||||
public static readonly TimeSpan CacheLimitBuffer = TimeSpan.FromHours(2);
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Common.Helpers;
|
||||
|
||||
public static class StaticConfiguration
|
||||
{
|
||||
public static TimeSpan TriggerValue { get; set; } = TimeSpan.Zero;
|
||||
}
|
||||
Reference in New Issue
Block a user