Compare commits

...

1 Commits

Author SHA1 Message Date
MSWS
f283d7407e update: Increase speedround limit 2025-11-01 17:56:10 -07:00

View File

@@ -5,5 +5,5 @@ public record SpeedRoundConfig : SpecialRoundConfig {
public TimeSpan InitialSeconds { get; init; } = TimeSpan.FromSeconds(40);
public TimeSpan SecondsPerKill { get; init; } = TimeSpan.FromSeconds(10);
public TimeSpan MaxTimeEver { get; init; } = TimeSpan.FromMinutes(1);
public TimeSpan MaxTimeEver { get; init; } = TimeSpan.FromSeconds(90);
}