diff options
| author | sixcooler <sgaebel@sixcooler.de> | 2013-05-02 15:47:21 +0200 |
|---|---|---|
| committer | sixcooler <sgaebel@sixcooler.de> | 2013-05-02 15:47:21 +0200 |
| commit | e145afb8d6b0209a4e8bd554e5fa1138b8a60064 (patch) | |
| tree | c2ec14cef29991459a9d3caceb98a553fbad2550 /htroot/PerformanceMemory_p.html | |
| parent | ee217dbdee7ff943811e1b77d74049a881955c84 (diff) | |
fix for PerformanceMemory showing UNRESOLVED_PATTERN by removing
solr-cache-stuff, which is not available anymore
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index afdfd412a..163d8a43f 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -194,6 +194,7 @@ <td>Insert</td>
<td>Delete</td>
</tr>
+ <!-- CachedSolrConnector was replaced by ConcurrentUpdateSolrConnector
<tr class="TableCellLight">
<td>Solr-Cache/Hit</td>
<td>#[solrcacheHit.size]#</td>
@@ -218,6 +219,7 @@ <td>#[solrcacheDocument.Insert]#</td>
<td>(ARC)</td>
</tr>
+ -->
<tr class="TableCellLight">
<td>DNSCache/Hit</td>
<td>#[namecacheHit.size]#</td>
|
