mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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.
2 lines
82 B
Plaintext
2 lines
82 B
Plaintext
Reduce memory usage when verifying signatures on large numbers of events at once.
|