added todo

parent 7dc8b860
......@@ -68,6 +68,7 @@ public class HystrixStreamTask implements ApplicationContextAware {
private HystrixStreamProperties properties;
// Visible for testing
// TODO: configurable size.
final LinkedBlockingQueue<String> jsonMetrics = new LinkedBlockingQueue<>(
1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment