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.