Skip to content

Commit

Permalink
过滤无效域名
Browse files Browse the repository at this point in the history
  • Loading branch information
217heidai committed Oct 17, 2023
1 parent 9de0be2 commit d84fcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blacklist.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class BlackList(object):
def __init__(self):
self.__blacklistFile = os.getcwd() + "/rules/black.txt"
self.__domainlistFile = os.getcwd() + "/rules/adblockdns.backup"
self.__maxTask = 1000
self.__maxTask = 500
self.__thread_pool = ThreadPoolExecutor(max_workers=self.__maxTask)

def GenerateDomainList(self):
Expand Down

0 comments on commit d84fcce

Please sign in to comment.