|
|
@ -83,7 +83,7 @@ public final class Cache {
|
|
|
|
// open the response header database
|
|
|
|
// open the response header database
|
|
|
|
final File dbfile = new File(cachePath, RESPONSE_HEADER_DB_NAME);
|
|
|
|
final File dbfile = new File(cachePath, RESPONSE_HEADER_DB_NAME);
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
responseHeaderDB = new MapHeap(dbfile, Word.commonHashLength, Base64Order.enhancedCoder, 1024 * 1024, 100, ' ');
|
|
|
|
responseHeaderDB = new MapHeap(dbfile, Word.commonHashLength, Base64Order.enhancedCoder, 2048, 100, ' ');
|
|
|
|
} catch (final IOException e) {
|
|
|
|
} catch (final IOException e) {
|
|
|
|
ConcurrentLog.logException(e);
|
|
|
|
ConcurrentLog.logException(e);
|
|
|
|
}
|
|
|
|
}
|
|
|
|