---
Was missing from documentation before
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 90e36ea..0454210 100644
--- a/README.md
+++ b/README.md
@@ -78,3 +78,4 @@ See `i --help` for details.
* `PORT`: Which port `i` should listen to. Default `8088`.
* `RECENTS`: How many entries to show in the list of recent uploads at the `/recent` endpoint (default: 15)
* `LOGGER_FORMAT`: The format to use for [actix_web Logger middleware](https://actix.rs/actix-web/actix_web/middleware/struct.Logger.html). Default is the same as `Logger::default()`. See link for logging format.
+* `THUMBNAIL_SIZE`: The width and height in pixels for the generated thumbnails (default: 150)
--
2.36.1