Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 10, 2024
1 parent f15b96d commit 0348779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/evalCache/EvalCacheApi.scala
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ final class EvalCacheApi(mongo: Mongo)(using

private def afterPut(input: Input, sri: Sri, entry: EvalCacheEntry): Unit =
cache.put(input.id, Future.successful(entry.some))
// todo: debounce upgrades in hot rooms
upgrade.onEval(input, sri)
multi.onEval(input, sri)

Expand Down

0 comments on commit 0348779

Please sign in to comment.