mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
Also add support for giving a callback to generate the JSON object to verify. This should reduce memory usage, as we no longer have the event in memory in dict form (which has a large memory footprint) for extend periods of time.
1 line
82 B
Text
1 line
82 B
Text
Reduce memory usage when verifying signatures on large numbers of events at once.
|