mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-09 12:43:11 +00:00
refactor: Remove setting KEA
This is already done via NixOS config
This commit is contained in:
parent
9accf861c5
commit
a7be03a6d3
|
@ -29,8 +29,6 @@ class RedisPool:
|
|||
url,
|
||||
decode_responses=True,
|
||||
)
|
||||
# TODO: inefficient, this is probably done each time we connect
|
||||
self.get_connection().config_set("notify-keyspace-events", "KEA")
|
||||
|
||||
@staticmethod
|
||||
def connection_url(dbnumber: int) -> str:
|
||||
|
|
Loading…
Reference in a new issue