Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/icpc/live-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
lperovskaya committed Sep 5, 2024
2 parents dc0a9c8 + 6eca9e3 commit a10b39a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fun CoroutineScope.launchServices(loader: Flow<ContestUpdate>) {
}
val normalScoreboardState = loader
.calculateScoreboard(OptimismLevel.NORMAL)
.buffer(Int.MAX_VALUE)
.shareIn(this, starter)

fun CoroutineScope.launchService(service: Service) = launch {
Expand Down

0 comments on commit a10b39a

Please sign in to comment.