construct extract/contract configs to disable conditional restriction parsing by default

This commit is contained in:
karenzshea
2017-10-18 15:35:44 +02:00
committed by Patrick Niklaus
parent a53794f864
commit 834890cf0b
2 changed files with 15 additions and 16 deletions
+1
View File
@@ -69,6 +69,7 @@ struct ExtractorConfig final : storage::IOConfig
".osrm.cnbg",
".osrm.cnbg_to_ebg"}),
requested_num_threads(0),
parse_conditionals(false),
use_locations_cache(true)
{
}