mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
check to stop crawling zonefiles on each zonefile hash considered, not each batch considered
This commit is contained in:
@@ -3589,7 +3589,7 @@ class AtlasZonefileCrawler( threading.Thread ):
|
||||
|
||||
log.debug("%s: missing %s unique zonefiles" % (self.hostport, len(zonefile_hashes)))
|
||||
|
||||
while len(zonefile_hashes) > 0:
|
||||
while len(zonefile_hashes) > 0 and self.running:
|
||||
|
||||
zfhash = zonefile_hashes[0]
|
||||
zfnames = zonefile_names[zfhash]
|
||||
|
||||
Reference in New Issue
Block a user