mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-09 20:53:10 +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,
|
url,
|
||||||
decode_responses=True,
|
decode_responses=True,
|
||||||
)
|
)
|
||||||
# TODO: inefficient, this is probably done each time we connect
|
|
||||||
self.get_connection().config_set("notify-keyspace-events", "KEA")
|
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def connection_url(dbnumber: int) -> str:
|
def connection_url(dbnumber: int) -> str:
|
||||||
|
|
Loading…
Reference in a new issue