Browse Source

Add a note in README about per-user ping log limit

pull/509/head
Pēteris Caune 4 years ago
parent
commit
aa71629ffc
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README.md

+ 5
- 0
README.md View File

@ -167,6 +167,11 @@ There are separate Django management commands for each task:
$ ./manage.py prunepings $ ./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 * Remove old records of sent notifications. For each check, remove
notifications that are older than the oldest stored ping for same check. notifications that are older than the oldest stored ping for same check.


Loading…
Cancel
Save