Add 1ms delay as a workaround for "faster" requests than facade update
in osrm-routed
This commit is contained in:
committed by
Patrick Niklaus
parent
fce8d72895
commit
710ba20acc
@@ -100,6 +100,8 @@ int Storage::Run()
|
||||
storage::SharedMemory::Remove(next_region);
|
||||
}
|
||||
|
||||
util::Log() << "Loading data into " << regionToString(next_region) << " timestamp " << next_timestamp;
|
||||
|
||||
// Populate a memory layout into stack memory
|
||||
DataLayout layout;
|
||||
PopulateLayout(layout);
|
||||
|
||||
Reference in New Issue
Block a user