From 46397a1f0316848c5cfc4ab8ff8c7a29e4f95d37 Mon Sep 17 00:00:00 2001 From: G2 Date: Tue, 29 Oct 2024 04:34:27 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fcd886b..0a6e545 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,11 @@ A super simple file host. Inspired by [Catbox](https://catbox.moe) and [Uguu](ht - Fast (enough), runs just fine on a Raspberry Pi - Simple API for interfacing with it programmatically - No database setup required, uses self-contained in memory database - serialized to a small file. + serialized to a small, LZ4 compressed file. ### Planned - Chunked uploads - Theming -- Database serialization compression - More mochi ## Screenshot