diff options
author | Ruben Pollan <meskio@sindominio.net> | 2016-02-23 11:42:01 -0600 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2016-02-23 11:42:01 -0600 |
commit | f7acf4ee335b6dd63976ee9adbb8d852f6f78ccb (patch) | |
tree | 0f4f0513a25666b6778e0a69ec0c963650668e05 /keymanager/changes/async_gpg | |
parent | 9b0689a7eafe0c2e073059cfd2f1ffedd203437a (diff) | |
parent | 3e465c7a38c0bd18209b35ee29872d09cee4a7e0 (diff) |
Merge branch 'feat/async_gpg' into develop
Diffstat (limited to 'keymanager/changes/async_gpg')
-rw-r--r-- | keymanager/changes/async_gpg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keymanager/changes/async_gpg b/keymanager/changes/async_gpg new file mode 100644 index 00000000..59d4d417 --- /dev/null +++ b/keymanager/changes/async_gpg @@ -0,0 +1 @@ +-- Defer encrypt, decrypt and gen_key operations from gnupg to external threads, limited by cpu core amount. |