• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ThreeMammals / Ocelot / 25447765708

06 May 2026 04:27PM UTC coverage: 93.52% (-0.04%) from 93.559%
25447765708

Pull #2388

github

web-flow
Merge 69ad99505 into fe672ec02
Pull Request #2388: #2378 Deprecate `Ocelot.Provider.Consul` project

6336 of 6775 relevant lines covered (93.52%)

4980.78 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

66.67
src/Ocelot/Configuration/Repository/InMemoryFileConfigurationPollerOptions.cs
1
namespace Ocelot.Configuration.Repository;
2

3
public class InMemoryFileConfigurationPollerOptions : IFileConfigurationPollerOptions
4
{
5
    public const int DefaultDelayMilliseconds = 1000;
6
    public static int DelayMilliseconds { get; set; } = DefaultDelayMilliseconds;
2✔
7

8
    public int Delay() => DelayMilliseconds;
1✔
9

10
    public Task<int> DelayAsync(CancellationToken cancellationToken = default)
11
        => Task.FromResult(DelayMilliseconds);
×
12

13
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc