Skip to content

Commit

Permalink
Enable parallel mosaicking for speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed May 29, 2024
1 parent a684964 commit 3d3b813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/scala/Stac.scala
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ trait Stac extends Utils {
val limit = 100
val assetName = "supercell".r
val withGDAL = false
val parallelMosaicEnable = false
val parallelMosaicEnable = true

val backend = AkkaHttpBackend()
val client = SttpStacClient(backend, uri)
Expand Down

0 comments on commit 3d3b813

Please sign in to comment.