mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
@@ -297,7 +297,7 @@ class Indexer(object):
|
|||||||
if command_stat > 100000:
|
if command_stat > 100000:
|
||||||
for t in self.threads:
|
for t in self.threads:
|
||||||
while not t.is_done():
|
while not t.is_done():
|
||||||
wait_select(t.conn)
|
t.wait()
|
||||||
t.connect()
|
t.connect()
|
||||||
command_stat = 0
|
command_stat = 0
|
||||||
ready = self.threads
|
ready = self.threads
|
||||||
|
|||||||
Reference in New Issue
Block a user