From a8b93edd86d9f030f01fd8f1351948a45c360670 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 29 Jan 2017 11:18:33 +0200 Subject: [PATCH] Change default maxHistory to 10000 --- defaults/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defaults/config.js b/defaults/config.js index 9969b86c..98f4876c 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -160,11 +160,11 @@ module.exports = { // // Defines the maximum number of history lines that will be kept in // memory per channel/query, in order to reduce the memory usage of - // the server. Negative means unlimited. + // the server. Setting this to -1 will keep unlimited amount. // // @type integer - // @default -1 - maxHistory: -1, + // @default 10000 + maxHistory: 10000, // // Default values for the 'Connect' form.