Add a circuit breaker to prevent too many credentials from being stored per member.
This commit is contained in:
parent
95ff057e04
commit
e52c2c41ec
2 changed files with 31 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue