swagger-stats icon indicating copy to clipboard operation
swagger-stats copied to clipboard

Option to cap total number of API Operation swagger-stats can monitor

Open sv2 opened this issue 8 years ago • 0 comments

To restrict number of API Operation swagger-stats keeps in memory. Reasonable default should be set, i.e. 100. This is to protect from possible scenario when app receives requests to new URIs which does not match with defined express routes or defined swagger paths.

sv2 avatar Sep 01 '17 08:09 sv2