DATA/WORK for user-created content

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1274 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent a81cc9d969
commit 351fffc129

@ -434,9 +434,9 @@ public final class plasmaSwitchboard extends serverAbstractSwitch implements ser
//Init bookmarks DB
this.log.logConfig("Loading Bookmarks DB");
File bookmarksFile = new File(getRootPath(), "DATA/SETTINGS/bookmarks.db");
File tagsFile = new File(getRootPath(), "DATA/SETTINGS/bookmarkTags.db");
File datesFile = new File(getRootPath(), "DATA/SETTINGS/bookmarkDates.db");
File bookmarksFile = new File(getRootPath(), "DATA/WORK/bookmarks.db");
File tagsFile = new File(getRootPath(), "DATA/WORK/bookmarkTags.db");
File datesFile = new File(getRootPath(), "DATA/WORK/bookmarkDates.db");
this.bookmarksDB = new bookmarksDB(bookmarksFile, tagsFile, datesFile, 512);
this.log.logConfig("Loaded Bookmarks DB from files "+ bookmarksFile.getName()+ ", "+tagsFile.getName());
this.log.logConfig(this.bookmarksDB.tagsSize()+" Tag, "+this.bookmarksDB.bookmarksSize()+" Bookmarks");

Loading…
Cancel
Save