We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30f2932 + ff9c5e9 commit 6173c41Copy full SHA for 6173c41
configuration/ehcache.xml
@@ -118,4 +118,24 @@
118
<heap>200</heap>
119
</resources>
120
</cache>
121
+ <cache alias="vscode.extensionquery.ids">
122
+ <expiry>
123
+ <ttl unit="hours">1</ttl>
124
+ </expiry>
125
+ <resources>
126
+ <heap>1024</heap>
127
+ <offheap unit="MB">32</offheap>
128
+ <disk unit="MB">128</disk>
129
+ </resources>
130
+ </cache>
131
+ <cache alias="vscode.extensionquery.results">
132
133
134
135
136
137
+ <offheap unit="MB">128</offheap>
138
+ <disk unit="MB">512</disk>
139
140
141
</config>
0 commit comments