From 6a09ab9e22ed86772abe5c103211251fedab92b8 Mon Sep 17 00:00:00 2001 From: calvin Date: Sat, 3 Jan 2004 13:59:18 +0000 Subject: [PATCH] increase cache limits git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1146 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkcheck/Config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linkcheck/Config.py b/linkcheck/Config.py index bad69fc7..7237bd27 100644 --- a/linkcheck/Config.py +++ b/linkcheck/Config.py @@ -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