wu-sheng commented on a change in pull request #4172: Provide profile task
downstream to sniffer
URL: https://github.com/apache/skywalking/pull/4172#discussion_r363781717
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/CoreModuleConfig.java
##########
@@ -67,6 +67,11 @@
private long maxSizeOfEndpointInventory = 1_000_000L;
private long maxSizeOfNetworkInventory = 1_000_000L;
+ /**
+ * Following are cache setting for none stream(s)
+ */
+ private long maxSizeOfProfileTaskNoneStream = 10_000L;
Review comment:
Why related to NoneStream?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services