Add a circuit breaker to prevent too many credentials from being stored per member.

This commit is contained in:
Adam Ierymenko 2016-08-24 17:24:35 -07:00
parent 95ff057e04
commit e52c2c41ec
2 changed files with 31 additions and 1 deletions

View file

@ -46,6 +46,8 @@ class RuntimeEnvironment;
*
* This is kind of analogous to a join table between Peer and Network. It is
* presently held by the Network object for each participating Peer.
*
* This is not thread safe. It must be locked externally.
*/
class Membership
{