From 3acb1af1326c049ecae61021503560ab1cbe006c Mon Sep 17 00:00:00 2001 From: Thor77 Date: Mon, 14 Nov 2016 21:28:02 +0100 Subject: [PATCH] Add onlinetimethreshold to Configuration-section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f0990ac..e522500 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ optional arguments: | onlinedc | Add timedelta from last-connect until now to onlinetime for connected clients | | template | Path to a custom template file (relative from `tsstats/` or absolute) | | datetimeformat | Format of date/time-values used for render-timestamp and last online (using [datetime.strftime](https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior)) | +| onlinetimethreshold | Clients with an onlinetime below that threshold (in seconds) are hidden in the onlinetime-section | ## Example