We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15b96d commit 0348779Copy full SHA for 0348779
src/main/scala/evalCache/EvalCacheApi.scala
@@ -136,6 +136,7 @@ final class EvalCacheApi(mongo: Mongo)(using
136
137
private def afterPut(input: Input, sri: Sri, entry: EvalCacheEntry): Unit =
138
cache.put(input.id, Future.successful(entry.some))
139
+ // todo: debounce upgrades in hot rooms
140
upgrade.onEval(input, sri)
141
multi.onEval(input, sri)
142
0 commit comments