*) fixed Threadnames for stackCrawl-Threads

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1480 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
hydrox 19 years ago
parent 3d5347bc8e
commit d665f3c39c

@ -877,7 +877,7 @@ public final class plasmaCrawlStacker {
private void execute() {
try {
this.setName(plasmaCrawlWorker.threadBaseName + "_" + this.theMsg.url);
this.setName("stackCrawlThread_" + this.theMsg.url);
String rejectReason = dequeue(this.theMsg);
if (rejectReason != null) {

Loading…
Cancel
Save