mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Turn off persistance of sent_transactions.response_json
This commit is contained in:
parent
cce5d057d3
commit
25d2914fba
@ -184,7 +184,7 @@ class TransactionStore(SQLBaseStore):
|
|||||||
},
|
},
|
||||||
updatevalues={
|
updatevalues={
|
||||||
"response_code": code,
|
"response_code": code,
|
||||||
"response_json": response_json,
|
"response_json": None, # For now, don't persist response_json
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user