Update README.md

This commit is contained in:
Herculino Trotta
2025-01-30 12:22:20 -03:00
committed by GitHub
parent 6a06d0ee88
commit 1405976292

View File

@@ -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