Restore sending of rejections but move it exclusively to a thread, widen netconf window to 30 minutes.

This commit is contained in:
Adam Ierymenko 2022-04-19 10:37:58 -04:00
parent c492bf7eea
commit a4e8847664
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
3 changed files with 20 additions and 84 deletions

View file

@ -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;