mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 07:08:16 +00:00
Restore sending of rejections but move it exclusively to a thread, widen netconf window to 30 minutes.
This commit is contained in:
@ -154,8 +154,8 @@ private:
|
||||
std::unordered_map< _MemberStatusKey,_MemberStatus,_MemberStatusHash > _memberStatus;
|
||||
std::mutex _memberStatus_l;
|
||||
|
||||
//std::multimap< int64_t, _MemberStatusKey > _expiringSoon;
|
||||
//std::mutex _expiringSoon_l;
|
||||
std::multimap< int64_t, _MemberStatusKey > _expiringSoon;
|
||||
std::mutex _expiringSoon_l;
|
||||
|
||||
RedisConfig *_rc;
|
||||
std::string _ssoRedirectURL;
|
||||
|
Reference in New Issue
Block a user