Description
htraced: Add admissions control to HRPC to limit the number of incoming messages. This is important because if we bring in too many messages at once, we'll end up using a huge (potentially unbounded) amount of memory when we deserialize them. Meanwhile, most messages can't be processed faster than the datastore can handle them.