LatencyConstants
using System;
using System.Runtime.CompilerServices;
namespace Polly.Simmy.Latency
{
internal static class LatencyConstants
{
[System.Runtime.CompilerServices.Nullable(1)]
public const string OnLatencyEvent = "OnLatency";
public static readonly TimeSpan DefaultLatency = TimeSpan.FromSeconds(30);
}
}