1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 07:23:48 +00:00

workers as env variable

This commit is contained in:
deadc0de6
2020-11-16 14:02:35 +01:00
parent 3fc635495d
commit 7dd8019582
2 changed files with 10 additions and 1 deletions

View File

@@ -259,3 +259,7 @@ export DOTDROP_TMPDIR="/tmp/dotdrop-tmp"
```bash
export DOTDROP_WORKDIR="/tmp/dotdrop-workdir"
```
* `DOTDROP_WORKERS`: overwrite the `-w --workers` cli argument
```bash
export DOTDROP_WORKERS="10"
```