-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
-
When Discovery.return_entire_cache is true, 1 response is sent for every entry in the cache. Because responses are sent as OOB | DONT_BUNDLE, each response takes up 1 thread in the thread pool. This might lead to quick thread pool exhaustion.
Solution: send only 1 response containing the N cache entries (list of PingData in the message payload).