From fb13381bb5daeb3c55d24addfd221a37ffae9762 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 27 Nov 2018 19:45:36 -0700 Subject: [PATCH] Default back to 'forever' for login history. It's small data... --- core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.js b/core/config.js index a90ff50d..3f4aeb61 100644 --- a/core/config.js +++ b/core/config.js @@ -969,7 +969,7 @@ function getDefaultConfig() { statLog : { systemEvents : { - loginHistoryMax: 5000, // set to -1 for forever + loginHistoryMax: -1, // set to -1 for forever } } };