| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ trait FrontJsonFapi extends Logging { | |||
| 28 | 28 | pressedPageFromS3(getAddressForPath(path, LiteType.suffix)) | |
| 29 | 29 | } | |
| 30 | 30 | ||
| 31 | - private def parsePressedPage(jsonStringOpt: Option[String]): Future[Option[PressedPage]] = futureSemaphore.execute { | ||
| 31 | + private def parsePressedPage(jsonStringOpt: Option[String])(implicit executionContext: ExecutionContext): Future[Option[PressedPage]] = futureSemaphore.execute { | ||
| 32 | 32 | blockingOperations.executeBlocking { | |
| 33 | 33 | jsonStringOpt.map { jsonString => | |
| 34 | 34 | DurationMetric.withMetrics(FaciaPressMetrics.FrontDecodingLatency) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments