From 4249cf5d695750b2523c4c1caa3e1d9b2b26c433 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sun, 9 Nov 2014 20:55:13 +0000 Subject: [PATCH] Fix debugMaxLength description Closes #484 --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 153d73700..0c15b80b1 100644 --- a/settings.js +++ b/settings.js @@ -41,7 +41,7 @@ module.exports = { // defaults to no timeout //socketTimeout: 120000, - // Maximum number of lines in debug window before pruning + // The maximum length, in characters, of any message sent to the debug sidebar tab debugMaxLength: 1000, // The file containing the flows. If not set, it defaults to flows_.json