#4081 new enhancement

Immutable encryption and decryption should happen in CPU thread pool — at Version 2

Reported by: itamarst Owned by:
Priority: normal Milestone: Performance and Benchmarking
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description (last modified by itamarst)

Need to be careful because the encryptor/decryptor is stateful, so order matters!

filenode.py line 235, aes.decrypt_data

upload.py line 1124, aes.encrypt_data

Change History (2)

comment:1 Changed at 2023-12-08T16:29:45Z by itamarst

Check if mutable has the same issue.

comment:2 Changed at 2023-12-08T17:02:07Z by itamarst

  • Description modified (diff)
Note: See TracTickets for help on using tickets.