Skip to content

Commit

Permalink
Merge pull request #584 from isaacl/tempLagFix
Browse files Browse the repository at this point in the history
Restore lag comp quota behavior
  • Loading branch information
ornicar authored Oct 11, 2024
2 parents 80793a7 + 7ed3ab8 commit 532a414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/LagTracker.scala
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ final case class LagTracker(

object LagTracker:

private val estimatedCpuLag = Centis(4)
private val estimatedCpuLag = Centis(14)

// https://github.com/lichess-org/lila/issues/12097
private def maxQuotaGainFor(config: Clock.Config) =
Expand Down

0 comments on commit 532a414

Please sign in to comment.