increase cache limits

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1146 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-01-03 13:59:18 +00:00
parent 20b8f0dbc5
commit 6a09ab9e22

View file

@ -46,9 +46,9 @@ This is free software, and you are welcome to redistribute it
under certain conditions. Look at the file `LICENSE' within this
distribution."""
MAX_URL_CACHE = 10000
MAX_ROBOTS_TXT_CACHE = 1000
MAX_COOKIES_CACHE = 200
MAX_URL_CACHE = 30000
MAX_ROBOTS_TXT_CACHE = 5000
MAX_COOKIES_CACHE = 500
# path util function