reduced target file site to 64mb

pull/1/head
Michael Peter Christen 13 years ago
parent b4bc1e2875
commit 355ecf330f

@ -73,7 +73,7 @@ public class Segment {
public static final long wCacheMaxAge = 1000 * 60 * 30; // milliseconds; 30 minutes
public static final int wCacheMaxChunk = 800; // maximum number of references for each urlhash
public static final int lowcachedivisor = 900;
public static final long targetFileSize = 256 * 1024 * 1024; // 256 MB
public static final long targetFileSize = 64 * 1024 * 1024; // 256 MB
public static final int writeBufferSize = 4 * 1024 * 1024;
// the reference factory

Loading…
Cancel
Save