mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-07-19 08:44:42 -04:00
delete obsolete SEARCHRESULT busythread constants
not used since 29.05.2013 18:27:27
0c1a018bbd
This commit is contained in:
@ -661,10 +661,7 @@ collection=user
|
||||
730_ccfilter_busysleep=1000
|
||||
730_ccfilter_memprereq=1048576
|
||||
730_ccfilter_loadprereq=8.0
|
||||
80_searchresult_idlesleep=10000
|
||||
80_searchresult_busysleep=200
|
||||
80_searchresult_memprereq=0
|
||||
80_searchresult_loadprereq=2.0
|
||||
|
||||
85_scheduler_idlesleep=60000
|
||||
85_scheduler_busysleep=60000
|
||||
85_scheduler_memprereq=1048576
|
||||
|
@ -2167,10 +2167,6 @@ public final class Switchboard extends serverSwitch {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public void searchresultFreeMem() {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
public static void clearCaches() {
|
||||
// flush caches in used libraries
|
||||
|
@ -155,19 +155,6 @@ public final class SwitchboardConstants {
|
||||
public static final String SURROGATES_METHOD_START = "surrogateProcess";
|
||||
public static final String SURROGATES_METHOD_JOBCOUNT = "surrogateQueueSize";
|
||||
public static final String SURROGATES_METHOD_FREEMEM = "surrogateFreeMem";
|
||||
// 80_search_result_processing
|
||||
/**
|
||||
* <p><code>public static final String <strong>SEARCHRESULT</strong> = "80_searchresult"</code></p>
|
||||
* <p>A thread that stores search results from other peers into the own index.</p>
|
||||
*/
|
||||
public static final String SEARCHRESULT = "80_searchresult";
|
||||
public static final String SEARCHRESULT_MEMPREREQ = "80_searchresult_memprereq";
|
||||
public static final String SEARCHRESULT_LOADPREREQ = "80_searchresult_loadprereq";
|
||||
public static final String SEARCHRESULT_IDLESLEEP = "80_searchresult_idlesleep";
|
||||
public static final String SEARCHRESULT_BUSYSLEEP = "80_searchresult_busysleep";
|
||||
public static final String SEARCHRESULT_METHOD_START = "searchresultProcess";
|
||||
public static final String SEARCHRESULT_METHOD_JOBCOUNT = "searchresultQueueSize";
|
||||
public static final String SEARCHRESULT_METHOD_FREEMEM = "searchresultFreeMem";
|
||||
// 85_scheduler
|
||||
/**
|
||||
* <p><code>public static final String <strong>SCHEDULER</strong> = "85_scheduler"</code></p>
|
||||
|
Reference in New Issue
Block a user