diff --git a/source/de/anomic/plasma/plasmaDHTFlush.java b/source/de/anomic/plasma/plasmaDHTFlush.java index d5a7a236c..b25196926 100644 --- a/source/de/anomic/plasma/plasmaDHTFlush.java +++ b/source/de/anomic/plasma/plasmaDHTFlush.java @@ -170,7 +170,7 @@ public class plasmaDHTFlush extends Thread { * b) max open file limit was exceeded */ if (nothingSelected(newDHTChunk)) { - if (this.sb.wordIndex.size() > 0) { + if (this.sb.wordIndex.size() > 0 && this.delete) { // if there are still words in the index we try it again now this.startPointHash = "------------"; } else {