x
This commit is contained in:
parent
7580c687e2
commit
c175d42c3b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class InviteChecker:
|
||||||
self.use_allowlist = self.config.use_allowlist
|
self.use_allowlist = self.config.use_allowlist
|
||||||
self.use_blocklist = self.config.use_blocklist
|
self.use_blocklist = self.config.use_blocklist
|
||||||
|
|
||||||
self.cache_expiry_time = 300
|
self.cache_expiry_time = 60
|
||||||
self.cache_timestamp = 0
|
self.cache_timestamp = 0
|
||||||
self.blocklist = set()
|
self.blocklist = set()
|
||||||
self.allowlist = set()
|
self.allowlist = set()
|
||||||
|
|
Loading…
Reference in a new issue