From 5652c13da6f74d2a2f47a7d571de14509cf4c6e4 Mon Sep 17 00:00:00 2001 From: Nitwel Date: Wed, 18 Mar 2026 10:39:03 +0100 Subject: [PATCH] document import envs --- content/configuration/files.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/configuration/files.md b/content/configuration/files.md index 3e199e13..b87cbeab 100644 --- a/content/configuration/files.md +++ b/content/configuration/files.md @@ -149,3 +149,11 @@ the storage driver(s) being used. | `ASSETS_INVALID_IMAGE_SENSITIVITY_LEVEL` | Level of sensitivity to invalid images. See the [`sharp.failOn`](https://sharp.pixelplumbing.com/api-constructor#parameters) option. | `warning` | Image transformations can be heavy on memory usage. If you're using a system with 1GB or less available memory, we recommend lowering the allowed concurrent transformations to prevent you from overflowing your server. + +## Imports + +| Variable | Description | Default Value | +| ------------------------- | ----------------------------------------------------- | --------------- | +| `IMPORT_EXPORT_NAMESPACE` | Redis namespace for storing import/export information | `import-export` | +| `IMPORT_TIMEOUT` | Allowed duration for importing files | `1m` | +| `IMPORT_CONCURRENT_MAX` | Maximum simultainous imports | `10` |