Skip to content

Commit

Permalink
SEPARATE_ASSET_PER_BAND_NEW_PARTITIONER False by default
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileSonneveld committed Jan 13, 2025
1 parent 4307095 commit 88b8ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ package object geotiff {
}
}

val separate_asset_per_band_new_partitioner = sys.env.getOrElse("SEPARATE_ASSET_PER_BAND_NEW_PARTITIONER", "true").toBoolean
val separate_asset_per_band_new_partitioner = sys.env.getOrElse("SEPARATE_ASSET_PER_BAND_NEW_PARTITIONER", "false").toBoolean
val partitioner = if (separate_asset_per_band_new_partitioner) {
// TODO: Test if extra stage is worth the better partitioning.
// If there is a better way to find the dates, that would be faster.
Expand Down

0 comments on commit 88b8ef6

Please sign in to comment.