mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 00:54:47 -04:00
oops
This commit is contained in:
parent
e365ad329f
commit
174eacc8ba
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ class SearchStore(BackgroundUpdateStore):
|
|||
event_search_rows.append((event_id, room_id, key, value))
|
||||
|
||||
if isinstance(self.database_engine, PostgresEngine):
|
||||
txn.execute("SET work_mem='256KB'")
|
||||
txn.execute("SET work_mem='256kB'")
|
||||
sql = (
|
||||
"INSERT INTO event_search (event_id, room_id, key, vector)"
|
||||
" VALUES (?,?,?,to_tsvector('english', ?))"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue