uber / tchannel-node

MIT License
203 stars 40 forks source link

Enable timeHeap configuration. #362

Closed suraksh closed 4 years ago

suraksh commented 4 years ago

Currently sub-channel depends on the global time-heap and this will increase the min-heap array size which is used to track the timers. In order to reduce the min heap array size, sub-channel can pass down the timeHeap from the opts.

CLAassistant commented 4 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Raynos commented 4 years ago

@srivastavankit How's the Java going >:D