diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-22 00:03:54 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-01-22 00:03:54 +0000 |
| commit | dedfc7df7f5e2be64deeed474e769e8fe9016b29 (patch) | |
| tree | 484a973cedb5544242e5b594dbe276876dff8869 /htroot/PerformanceQueues_p.xml | |
| parent | 34da04c7dd46c11a2a2df2b63a62c2506224320c (diff) | |
removed distinction between DHT-in and DHT-out. This is necessary to make room for the new cell data structure, which cannot use this this distinction in the first place, but will enable the same meaning with different mechanisms (segments, later)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5511 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceQueues_p.xml')
| -rw-r--r-- | htroot/PerformanceQueues_p.xml | 28 |
1 files changed, 8 insertions, 20 deletions
diff --git a/htroot/PerformanceQueues_p.xml b/htroot/PerformanceQueues_p.xml index 173a8c830..a1f95c117 100644 --- a/htroot/PerformanceQueues_p.xml +++ b/htroot/PerformanceQueues_p.xml @@ -24,26 +24,14 @@ </Task> #{/table}#</Tasks> <Cache> - <dhtOut> - <urlCacheSize>#[urlCacheSize]#</urlCacheSize> - <wordCacheSize>#[wordCacheWSize]#</wordCacheSize> - <maxURLinCache>#[maxURLinWCache]#</maxURLinCache> - <maxAgeOfCache>#[maxAgeOfWCache]#</maxAgeOfCache> - <minAgeOfCache>#[minAgeOfWCache]#</minAgeOfCache> - <wordCacheMaxCount>#[wordOutCacheMaxCount]#</wordCacheMaxCount> - <wordCacheInitCount>#[wordCacheInitCount]#</wordCacheInitCount> - <wordFlushSize>#[wordFlushSize]#</wordFlushSize> - </dhtOut> - <dhtIn> - <urlCacheSize>#[urlCacheSize]#</urlCacheSize> - <wordCacheSize>#[wordCacheKSize]#</wordCacheSize> - <maxURLinCache>#[maxURLinKCache]#</maxURLinCache> - <maxAgeOfCache>#[maxAgeOfKCache]#</maxAgeOfCache> - <minAgeOfCache>#[minAgeOfKCache]#</minAgeOfCache> - <wordCacheMaxCount>#[wordInCacheMaxCount]#</wordCacheMaxCount> - <wordCacheInitCount>#[wordCacheInitCount]#</wordCacheInitCount> - <wordFlushSize>#[wordFlushSize]#</wordFlushSize> - </dhtIn> + <urlCacheSize>#[urlCacheSize]#</urlCacheSize> + <wordCacheSize>#[wordCacheSize]#</wordCacheSize> + <maxURLinCache>#[maxURLinCache]#</maxURLinCache> + <maxAgeOfCache>#[maxAgeOfCache]#</maxAgeOfCache> + <minAgeOfCache>#[minAgeOfCache]#</minAgeOfCache> + <wordCacheMaxCount>#[wordOutCacheMaxCount]#</wordCacheMaxCount> + <wordCacheInitCount>#[wordCacheInitCount]#</wordCacheInitCount> + <wordFlushSize>#[wordFlushSize]#</wordFlushSize> </Cache> <ThreadPools> #{pool}#<Pool> |
