verify: 30 samples a time

This commit is contained in:
Felix Yan 2018-12-19 01:15:46 +08:00
parent 669fc29b83
commit 4d816bfc03
No known key found for this signature in database
GPG Key ID: 786C63F330D7CB92
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class ChinaListVerify(object):
else:
return None
def check_domain_list(self, domain_list, sample=100):
def check_domain_list(self, domain_list, sample=30):
domains = self.load_list(domain_list)
if sample:
domains = random.sample(domains, sample)