From 1405976292f01d3ff8e26e114fdccef028e06c7b Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Thu, 30 Jan 2025 12:22:20 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af1e225..4bdec8c 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ WYGIWYH and WYGIWYH--Procrastinate should be available on the Unraid Store. You | SESSION_EXPIRY_TIME | int | 2678400 (31 days) | The age of session cookies, in seconds. E.g. how long you will stay logged in | | ENABLE_SOFT_DELETE | true\|false | false | Whether to enable transactions soft delete, if enabled, deleted transactions will remain in the database. Useful for imports and avoiding duplicate entries. | | KEEP_DELETED_TRANSACTIONS_FOR | int | 365 | Time in days to keep soft deleted transactions for. If 0, will keep all transactions indefinitely. Only works if ENABLE_SOFT_DELETE is true. | +| TASK_WORKERS | int | 1 | How many workers to have for async tasks. One should be enough for most use cases | # How it works