mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-19 08:44:42 -04:00
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3013 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
@ -205,7 +205,7 @@ public class plasmaCrawlNURL {
|
||||
System.exit(-1);
|
||||
}
|
||||
} else {
|
||||
File oldCacheFile = new File(cacheStacksPath, "urlNotice1.db");
|
||||
File oldCacheFile = new File(cacheStacksPath, "urlNotice2.db");
|
||||
oldCacheFile.getParentFile().mkdirs();
|
||||
try {
|
||||
urlIndexFile = new kelondroCache(kelondroTree.open(oldCacheFile, bufferkb / 2 * 0x400, preloadTime, rowdef), bufferkb / 2 * 0x400, true, true);
|
||||
@ -220,7 +220,7 @@ public class plasmaCrawlNURL {
|
||||
if (urlIndexFile != null) {
|
||||
try {urlIndexFile.close();} catch (IOException e) {}
|
||||
urlIndexFile = null;
|
||||
File cacheFile = new File(cacheStacksPath, "urlNotice1.db");
|
||||
File cacheFile = new File(cacheStacksPath, "urlNotice2.db");
|
||||
cacheFile.delete();
|
||||
}
|
||||
openHashCache();
|
||||
|
Reference in New Issue
Block a user