use less cache

pull/1/head
Michael Peter Christen 13 years ago
parent e45a3235e0
commit 1b02408936

@ -86,7 +86,7 @@ public final class Fulltext implements Iterable<byte[]> {
this.urlIndexFile = null; this.urlIndexFile = null;
this.exportthread = null; // will have a export thread assigned if exporter is running this.exportthread = null; // will have a export thread assigned if exporter is running
this.statsDump = null; this.statsDump = null;
this.solr = new MirrorSolrConnector(10000, 10000, 1000); this.solr = new MirrorSolrConnector(1000, 1000, 100);
this.solrScheme = solrScheme; this.solrScheme = solrScheme;
} }

Loading…
Cancel
Save