I noticed that, randomly, the list with "show remaining target urls" is empty though I just stopped the project and added a new list. If is stopped, I can see the urls there. After I start it, the urls are gone.
yes, urls from show remaining target urls are those who have not been loaded by a running project. the once not submitted to when you stop the project will get saved again.
by loaded you mean already parsed? I meant so say that the urls disappear - ALL, even thousands- once I start the project, though they were there when the project was stopped
arg every sentence I write today needs extra explanation. Is my English really that bad!?
When a project starts it loads some urls from the file into memory and delts the content from the file. You will not see the urls in gui. if you stop the project, the one not being procceed will get saved to disk again.
Comments
arg every sentence I write today needs extra explanation. Is my English really that bad!?
When a project starts it loads some urls from the file into memory and delts the content from the file. You will not see the urls in gui. if you stop the project, the one not being procceed will get saved to disk again.
now all makes sense, thanks for the clear explanation!