From f10ea3c155accb0d4925fc1944b1a686dd3ead58 Mon Sep 17 00:00:00 2001 From: reger Date: Thu, 5 May 2016 00:55:22 +0200 Subject: [PATCH] clean-out unused SwitchboardConstants --- .../net/yacy/search/SwitchboardConstants.java | 50 ------------------- 1 file changed, 50 deletions(-) diff --git a/source/net/yacy/search/SwitchboardConstants.java b/source/net/yacy/search/SwitchboardConstants.java index f6b116992..4efefc9c5 100644 --- a/source/net/yacy/search/SwitchboardConstants.java +++ b/source/net/yacy/search/SwitchboardConstants.java @@ -177,56 +177,6 @@ public final class SwitchboardConstants { public static final String CLEANUP_METHOD_FREEMEM = null; public static final String CLEANUP_IDLESLEEP = "90_cleanup_idlesleep"; public static final String CLEANUP_BUSYSLEEP = "90_cleanup_busysleep"; - /** - *

public static final String RAM_CACHE_LURL = "ramCacheLURL"

- *

Name of the setting how much memory in bytes should be assigned to the Loaded URLs DB for caching purposes

- */ - public static final String RAM_CACHE_LURL_TIME = "ramCacheLURL_time"; - /** - *

public static final String RAM_CACHE_NURL = "ramCacheNURL"

- *

Name of the setting how much memory in bytes should be assigned to the Noticed URLs DB for caching purposes

- */ - public static final String RAM_CACHE_NURL_TIME = "ramCacheNURL_time"; - /** - *

public static final String RAM_CACHE_RWI = "ramCacheRWI"

- *

Name of the setting how much memory in bytes should be assigned to the RWIs DB for caching purposes

- */ - public static final String RAM_CACHE_RWI_TIME = "ramCacheRWI_time"; - /** - *

public static final String RAM_CACHE_HTTP = "ramCacheHTTP"

- *

Name of the setting how much memory in bytes should be assigned to the HTTP Headers DB for caching purposes

- */ - public static final String RAM_CACHE_HTTP_TIME = "ramCacheHTTP_time"; - /** - *

public static final String RAM_CACHE_MESSAGE = "ramCacheMessage"

- *

Name of the setting how much memory in bytes should be assigned to the Message DB for caching purposes

- */ - public static final String RAM_CACHE_MESSAGE_TIME = "ramCacheMessage_time"; - /** - *

public static final String RAM_CACHE_ROBOTS = "ramCacheRobots"

- *

Name of the setting how much memory in bytes should be assigned to the robots.txts DB for caching purposes

- */ - public static final String RAM_CACHE_ROBOTS_TIME = "ramCacheRobots_time"; - /** - *

public static final String RAM_CACHE_PROFILES = "ramCacheProfiles"

- *

Name of the setting how much memory in bytes should be assigned to the Crawl Profiles DB for caching purposes

- */ - public static final String RAM_CACHE_PROFILES_TIME = "ramCacheProfiles_time"; - /** - *

public static final String RAM_CACHE_PRE_NURL = "ramCachePreNURL"

- *

Name of the setting how much memory in bytes should be assigned to the Pre-Noticed URLs DB for caching purposes

- */ - public static final String RAM_CACHE_PRE_NURL_TIME = "ramCachePreNURL_time"; - /** - *

public static final String RAM_CACHE_WIKI = "ramCacheWiki"

- *

Name of the setting how much memory in bytes should be assigned to the Wiki DB for caching purposes

- */ - public static final String RAM_CACHE_WIKI_TIME = "ramCacheWiki_time"; - /** - *

public static final String RAM_CACHE_BLOG = "ramCacheBlog"

- *

Name of the setting how much memory in bytes should be assigned to the Blog DB for caching purposes

- */ - public static final String RAM_CACHE_BLOG_TIME = "ramCacheBlog_time"; /** *

public static final String INDEX_DIST_CHUNK_SIZE_START = "indexDistribution.startChunkSize"

*

Name of the setting specifying how many words the very first chunk will contain when the DHT-thread starts