Move the bulk of ssb.privateMessageEncrypt work (CPU + DB) off the main thread.

This commit is contained in:
2024-06-16 17:07:12 -04:00
parent 9b52415b35
commit d5a7e19f1a
4 changed files with 200 additions and 85 deletions

View File

@ -914,6 +914,7 @@ void tf_tests(const tf_test_options_t* options)
_tf_test_run(options, "bench", tf_ssb_test_bench, false);
_tf_test_run(options, "auto", _test_auto, false);
_tf_test_run(options, "go-ssb-room", tf_ssb_test_go_ssb_room, true);
_tf_test_run(options, "encrypt", tf_ssb_test_encrypt, false);
tf_printf("Tests completed.\n");
#endif
}