orbiter 17 years ago
parent 71a67436ac
commit 065ba2d60f

@ -494,7 +494,7 @@ public class plasmaCrawlQueues {
e.printStackTrace(); e.printStackTrace();
} finally { } finally {
synchronized (workers) { synchronized (workers) {
workers.remove(new Integer(entry.hashCode())); workers.remove(entry.url().hash());
} }
this.entry.setStatus("worker-finalized"); this.entry.setStatus("worker-finalized");
} }

Loading…
Cancel
Save