From d9177bdf093c626816affe42c882afcf00a13227 Mon Sep 17 00:00:00 2001 From: calvin Date: Sun, 14 May 2006 08:42:09 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3166 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index 5b9b608f..e53ea2d3 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -- Ctrl-C is not really working. - - To limit the used memory, put a maximum size on the URL queue (eg. 20000 URLs). If reached, the worker calling queue.put() will wait for another worker to call queue.get() before continuing.