From 95c4967f832eff86c8e22d70674470078be7106a Mon Sep 17 00:00:00 2001 From: Maurizio Porrato Date: Sat, 22 May 2021 09:59:06 +0100 Subject: [PATCH] Add note about sync pruning to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1b792aa..94a99f0 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Medium priority: have it as part of the server itself Nice to have: + - **Pruning**: syncs never expire; either a background job or a standalone tool is needed to make cleanup operations + simpler - **Front page**: serving a static HTML page on `/`, perhaps with some simple JS to show the service status, should be fairly straightforward and would improve the end user experience. The main blocker here is my lack of design skills to craft a half decent looking front page