Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shelld3v committed Dec 27, 2020
1 parent f6e65c0 commit b8def30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsscrapy/middlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pybloom import BloomFilter
import random
import re
from settings import bloomfilterSize
from xsscrapy.settings import bloomfilterSize

# Filter out duplicate requests with Bloom filters since they're much easier on memory
#URLS_FORMS_HEADERS = BloomFilter(3000000, 0.00001)
Expand Down

0 comments on commit b8def30

Please sign in to comment.