File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,14 @@ const searchCache = new LRUCache<string, Cached>({ max: 3000 })
2121const messagesCache = new LRUCache < string , Cached > ( { max : 3000 } )
2222const vbaseCache = new LRUCache < string , Cached > ( { max : 3000 } )
2323const appsCache = new LRUCache < string , Cached > ( { max : 1500 } )
24+ const intschCache = new LRUCache < string , Cached > ( { max : 3000 } )
2425
2526metrics . trackCache ( 'segment' , segmentCache )
2627metrics . trackCache ( 'search' , searchCache )
2728metrics . trackCache ( 'messages' , messagesCache )
2829metrics . trackCache ( 'vbase' , vbaseCache )
2930metrics . trackCache ( 'apps' , appsCache )
31+ metrics . trackCache ( 'intsch' , intschCache )
3032
3133export default new Service < Clients , RecorderState , CustomContext > ( {
3234 clients : {
You can’t perform that action at this time.
0 commit comments