This commit is contained in:
Nils Büchner 2024-09-15 00:20:42 +02:00
parent 7580c687e2
commit c175d42c3b

View file

@ -28,7 +28,7 @@ class InviteChecker:
self.use_allowlist = self.config.use_allowlist
self.use_blocklist = self.config.use_blocklist
self.cache_expiry_time = 300
self.cache_expiry_time = 60
self.cache_timestamp = 0
self.blocklist = set()
self.allowlist = set()