mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
daemon: Really disable the experimental db backend.
This commit is contained in:
parent
0af9369e02
commit
94fa30a56e
@ -34,7 +34,6 @@ from pantalaimon.client import (
|
||||
PanClient,
|
||||
UnknownRoomError,
|
||||
validate_json,
|
||||
SqliteQStore
|
||||
)
|
||||
from pantalaimon.index import INDEXING_ENABLED, InvalidQueryError
|
||||
from pantalaimon.log import logger
|
||||
@ -78,7 +77,7 @@ class ProxyDaemon:
|
||||
recv_queue = attr.ib()
|
||||
proxy = attr.ib(default=None)
|
||||
ssl = attr.ib(default=None)
|
||||
client_store_class = attr.ib(default=SqliteQStore)
|
||||
client_store_class = attr.ib(default=None)
|
||||
|
||||
decryption_timeout = 10
|
||||
unverified_send_timeout = 60
|
||||
|
Loading…
Reference in New Issue
Block a user