Skip to content

Commit 14f5ac4

Browse files
committed
DOC: Mention N_JOBS= configuration variable
1 parent bc1ec63 commit 14f5ac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.full.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ The script also acknowledges a few **environment variables** which you can _set_
170170
* `PASSWORD=` The password to use for encryption instead of asking / reading from stdin.
171171
* `USE_GPG=` Myba uses `openssl enc` by default, but if you prefer to use GPG even for
172172
symmetric encryption, set `USE_GPG=1`.
173+
* `N_JOBS=` The number of parallel encryption/decryption processes at commit/checkout time.
174+
By default: 8.
173175
* `KDF_ITERS=` A sufficient number of iterations is used for the encryption key derivation
174176
function. To specify your own value and avoid rainbow table attacks on myba itself,
175177
you can customize this value. If you don't know, just leave it.

0 commit comments

Comments
 (0)