construct extract/contract configs to disable conditional restriction parsing by default
This commit is contained in:
committed by
Patrick Niklaus
parent
a53794f864
commit
834890cf0b
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user