forked from hans/Nominatim
do not run rank 0 objects in parallel
Waterways are at address rank 0 and do linking. This might lead to deadlocks.
This commit is contained in:
@@ -137,7 +137,7 @@ class Indexer(object):
|
|||||||
|
|
||||||
|
|
||||||
if self.maxrank == 30:
|
if self.maxrank == 30:
|
||||||
self.index(RankRunner(0), 20)
|
self.index(RankRunner(0))
|
||||||
self.index(InterpolationRunner(), 20)
|
self.index(InterpolationRunner(), 20)
|
||||||
|
|
||||||
self.index(RankRunner(self.maxrank), 20)
|
self.index(RankRunner(self.maxrank), 20)
|
||||||
|
|||||||
Reference in New Issue
Block a user