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.