Add 1ms delay as a workaround for "faster" requests than facade update

in osrm-routed
This commit is contained in:
Michael Krasnyk
2016-12-27 13:08:04 +01:00
committed by Patrick Niklaus
parent fce8d72895
commit 710ba20acc
3 changed files with 9 additions and 3 deletions
+2
View File
@@ -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);