Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -691,4 +691,35 @@ Python 3 automation requires Microsoft Visual C++ Redistributable 2015 x86 and x
<td>2024.1 and above</td>
</tr>
</tbody>
</table>


## Resource Enrichment Cache
<table>
<tbody>
<tr>
<td>Key</td>
<td>`<add key="EnableResourceEnrichmentCache" value="false"/>`</td>
</tr>
<tr>
<td>Possible values</td>
<td>True/False (True - This cache promotes faster retrieval of resource details when rendering diagrams. False - disables for specific problematic scenarios - very large diagrams)</td>
</tr>
<tr>
<td>Where to add/change</td>
<td>`customer.config` CloudShell Server installation directory</td>
</tr>
<tr>
<td>true</td>
<td>false</td>
</tr>
<tr>
<td>Affected CloudShell Component</td>
<td>CloudShell Server</td>
</tr>
<tr>
<td>Version</td>
<td>2024.1 and above</td>
</tr>
</tbody>
</table>
Original file line number Diff line number Diff line change
Expand Up @@ -691,4 +691,34 @@ Python 3 automation requires Microsoft Visual C++ Redistributable 2015 x86 and x
<td>2024.1 and above</td>
</tr>
</tbody>
</table>

## Resource Enrichment Cache
<table>
<tbody>
<tr>
<td>Key</td>
<td>`<add key="EnableResourceEnrichmentCache" value="false"/>`</td>
</tr>
<tr>
<td>Possible values</td>
<td>True/False (True - This cache promotes faster retrieval of resource details when rendering diagrams. False - disables for specific problematic scenarios - very large diagrams)</td>
</tr>
<tr>
<td>Where to add/change</td>
<td>`customer.config` CloudShell Server installation directory</td>
</tr>
<tr>
<td>true</td>
<td>false</td>
</tr>
<tr>
<td>Affected CloudShell Component</td>
<td>CloudShell Server</td>
</tr>
<tr>
<td>Version</td>
<td>2024.1 and above</td>
</tr>
</tbody>
</table>
Loading