mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 01:23:11 +00:00
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:
parent
20b8f0dbc5
commit
6a09ab9e22
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue