Skip to content

Commit

Permalink
remove todo that is not really a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jun 15, 2024
1 parent 3c12cdc commit b17a343
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class OsmQuestController internal constructor(
* all have to wait for that one thread. So, better enqueue the expensive work at the beginning. */
private val OsmElementQuestType<*>.chonkerIndex: Int get() = when (this) {
is AddOpeningHours -> 0 // OpeningHoursParser, extensive filter
is AddSuspectedOneway -> 0 // Download, IO TODO
is AddSuspectedOneway -> 0 // Download, IO
is CheckExistence -> 1 // FeatureDictionary, extensive filter
is AddHousenumber -> 1 // complex filter
is AddCycleway -> 2 // complex filter
Expand Down

0 comments on commit b17a343

Please sign in to comment.