fix unnececary set null of peer flags, causing reread

remove obsolete version flags
pull/23/head
reger 9 years ago
parent 571609c208
commit 826f14f37f

@ -977,7 +977,6 @@ public class Seed implements Cloneable, Comparable<Seed>, Comparator<Seed>
this.dna.put(Seed.SOLRAVAILABLE, "OK");
else
this.dna.put(Seed.SOLRAVAILABLE, "NA");
this.bitfield = null;
}
/**

@ -9,11 +9,9 @@ import net.yacy.search.Switchboard;
public class yacyVersion implements Comparator<yacyVersion>, Comparable<yacyVersion> {
public static final double YACY_SUPPORTS_PORT_FORWARDING = (float) 0.383;
public static final double YACY_SUPPORTS_GZIP_POST_REQUESTS_CHUNKED = (float) 0.58204761;
public static final double YACY_HANDLES_COLLECTION_INDEX = (float) 0.486;
public static final double YACY_POVIDES_REMOTECRAWL_LISTS = (float) 0.550;
public static final double YACY_STANDARDREL_IS_PRO = (float) 0.557;
private static yacyVersion thisVersion = null;
/**

Loading…
Cancel
Save