Skip to content

Commit

Permalink
Renamed PollingInterval to PollingIntervalMilliSeconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smightym8 committed Jul 10, 2024
1 parent 9ae3b5a commit 39b3f49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClubService.IntegrationTests/WebAppFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class WebAppFactory(

// Redis Configuration
["RedisConfiguration:Host"] = "localhost:6379",
["RedisConfiguration:PollingInterval"] = "1",
["RedisConfiguration:PollingIntervalMilliSeconds"] = "1",
["RedisConfiguration:Streams:0:StreamName"] = "club_service_events.public.DomainEvent",
["RedisConfiguration:Streams:0:ConsumerGroup"] = "club_service_events.domain.events.group",
["RedisConfiguration:Streams:1:StreamName"] = "tournament_service_events.public.DomainEvent",
Expand All @@ -30,7 +30,7 @@ public class WebAppFactory(
["SmtpConfiguration:Host"] = "localhost",
["SmtpConfiguration:Port"] = "1025",
["SmtpConfiguration:SenderEmailAddress"] = "[email protected]",
["SmtpConfiguration:PollingInterval"] = "10"
["SmtpConfiguration:PollingIntervalMilliSeconds"] = "10"
};

protected override void ConfigureWebHost(IWebHostBuilder builder)
Expand Down

0 comments on commit 39b3f49

Please sign in to comment.