From aa71629ffc92c9956bc33973ff2377c7df9db582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Wed, 5 May 2021 20:21:59 +0300 Subject: [PATCH] Add a note in README about per-user ping log limit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 58f31e12..d4be1714 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,11 @@ There are separate Django management commands for each task: $ ./manage.py prunepings ``` + Note: 100 is the default value but you can configure a different + limit per-user. To do that, go to the + Administration Panel, look up user's **Profile** and modify its + "Ping log limit" field. + * Remove old records of sent notifications. For each check, remove notifications that are older than the oldest stored ping for same check.